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 | 偃??塢 | 100110001110111000111111001111111001101011000111 | 98ee3f3f9ac7 |
EUC-JP | 偃??塢 | 110100001111000000111111001111111101010011001001 | d0f03f3fd4c9 |
UTF-8 | 偃뉒뮸塢 | 111001011000000110000011111010111000100110010010111010111010111010111000111001011010000110100010 | e58183eb8992ebaeb8e5a1a2 |
UHC | 偃뉒뮸塢 | 1110010111100111100001111110011110010010101111111110011111110001 | e5e787e792bfe7f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)