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 | 第?砥?第? | 100100011110011000111111100100110111010100111111100100011110011000111111 | 91e63f93753f91e63f |
EUC-JP | 第?砥?第? | 110000101110100000111111110001011101011000111111110000101110100000111111 | c2e83fc5d63fc2e83f |
UTF-8 | 第렰砥렚第렰 | 111001111010110010101100111010111010000010110000111001111010000010100101111010111010000010011010111001111010110010101100111010111010000010110000 | e7acaceba0b0e7a0a5eba09ae7acaceba0b0 |
UHC | 第렰砥렚第렰 | 111100001010111110001110101111011111001010110010100011101010110111110000101011111000111010111101 | f0af8ebdf2b28eadf0af8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)