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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?喩??? | 001111111001101001100111001111110011111100111111 | 3f9a673f3f3f |
EUC-JP | ?喩??? | 001111111101001111001000001111110011111100111111 | 3fd3c83f3f3f |
UTF-8 | 렱喩뤰탮쳩 | 111010111010000010110001111001011001011010101001111010111010010010110000111011011000001110101110111011001011001110101001 | eba0b1e596a9eba4b0ed83aeecb3a9 |
UHC | 렱喩뤰탮쳩 | 10001110101111101110101011100111100011111101111010110101100011101010101110001110 | 8ebeeae78fdeb58eab8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)