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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???貽 | 0011111100111111001111111110011011000100 | 3f3f3fe6c4 |
EUC-JP | ?塼?貽 | 00111111100011111011100010111001001111111110110011000110 | 3f8fb8b93fecc6 |
UTF-8 | 렟塼롆貽 | 111010111010000010011111111001011010000110111100111010111010000110000110111010001011001010111101 | eba09fe5a1bceba186e8b2bd |
UHC | 렟塼롆貽 | 1000111010110000111011101111010010001110110011001110110011000010 | 8eb0eef48eccecc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)