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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 亦?ぉ | 1001011010010010001111111000001010100111 | 96923f82a7 |
EUC-JP | 亦?ぉ | 1100101111110010001111111010010010101001 | cbf23fa4a9 |
UTF-8 | 亦껋ぉ | 111001001011101010100110111010101011101110001011111000111000000110001001 | e4baa6eabb8be38189 |
UHC | 亦껋ぉ | 111001101011001010000011111011001010101010101001 | e6b283ecaaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)