To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 連쇗뮈廉붹뮈凉 | 111011111010011010011010111011001000011110010111111010111010111010001000111011111010011010100010111010111011011010111001111010111010111010001000111011111010010110111001 | efa69aec8797ebae88efa6a2ebb6b9ebae88efa5b9 |
UHC | 連쇗뮈廉붹뮈凉 | 1110011011100110101111001110011010111001101111111110011011110101100101001110011010111001101111111110010110111100 | e6e6bce6b9bfe6f594e6b9bfe5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)