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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 榮??h榮?? | 100111101100010000111111001111110110100010011110110001000011111100111111 | 9ec43f3f689ec43f3f |
EUC-JP | 榮??h榮?? | 110111001100011000111111001111110110100011011100110001100011111100111111 | dcc63f3f68dcc63f3f |
UTF-8 | 榮놁뎰h榮놁뎰 | 11100110101001101010111011101011100001101000000111101011100011101011000001101000111001101010011010101110111010111000011010000001111010111000111010110000 | e6a6aeeb8681eb8eb068e6a6aeeb8681eb8eb0 |
UHC | 榮놁뎰h榮놁뎰 | 11100111101101001000011011101100100010011000001101101000111001111011010010000110111011001000100110000011 | e7b486ec898368e7b486ec8983 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)