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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 淹??言①? | 100111111011100100111111001111111000110010111110100001110100000000111111 | 9fb93f3f8cbe87403f |
EUC-JP | 淹??言?? | 1101111010111011001111110011111110111000110000000011111100111111 | debb3f3fb8c03f3f |
UTF-8 | 淹쒑덱言①뿏 | 111001101011011110111001111011001001001010010001111010111000110110110001111010001010100010000000111000101001000110100000111010111011111110001111 | e6b7b9ec9291eb8db1e8a880e291a0ebbf8f |
UHC | 淹쒑덱言①뿏 | 111001011111010010011100111010001011010110100110111001011110101110101000111001111001011110010100 | e5f49ce8b5a6e5eba8e79794 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)