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 | ?蹟?? | 0011111110010000110101100011111100111111 | 3f90d63f3f |
EUC-JP | ?蹟?? | 0011111111000000110110000011111100111111 | 3fc0d83f3f |
UTF-8 | 롔蹟렟뤒 | 111010111010000110010100111010001011100110011111111010111010000010011111111010111010010010010010 | eba194e8b99feba09feba492 |
UHC | 롔蹟렟뤒 | 1000111011011000111011101110011110001110101100001000111111000010 | 8ed8eee78eb08fc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)