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 | 也??予?? | 1001011011100111001111110011111110010111010111000011111100111111 | 96e73f3f975c3f3f |
EUC-JP | 也??予?? | 1100110011101001001111110011111111001101101111010011111100111111 | cce93f3fcdbd3f3f |
UTF-8 | 也쏉쉿予뀐슁 | 111001001011100110011111111011001000111110001001111011001000100110111111111001001011101010001000111010111000000010010000111011001000101010000001 | e4b99fec8f89ec89bfe4ba88eb8090ec8a81 |
UHC | 也쏉쉿予뀐슁 | 111001011010010110011011111011111011110110110010111001011111100010110010111011111011110110110011 | e5a59befbdb2e5f8b2efbdb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)