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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 繩??繩??^ | 111000111000101000111111001111111110001110001010001111110011111101011110 | e38a3f3fe38a3f3f5e |
EUC-JP | 繩??繩??^ | 111001011110101000111111001111111110010111101010001111110011111101011110 | e5ea3f3fe5ea3f3f5e |
UTF-8 | 繩뎴뜡繩뎴뜡^ | 11100111101110011010100111101011100011101011010011101011100111001010000111100111101110011010100111101011100011101011010011101011100111001010000101011110 | e7b9a9eb8eb4eb9ca1e7b9a9eb8eb4eb9ca15e |
UHC | 繩뎴뜡繩뎴뜡^ | 11100011101100011000100110000111100011011010010011100011101100011000100110000111100011011010010001011110 | e3b189878da4e3b189878da45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)