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 | ???\? | 0011111100111111001111110101110000111111 | 3f3f3f5c3f |
SJIS-WIN | 橈??\鈺 | 10011110111101000011111100111111010111001111101111000100 | 9ef43f3f5cfbc4 |
EUC-JP | 橈??\鈺 | 1101110011110110001111110011111101011100100011111110001111010101 | dcf63f3f5c8fe3d5 |
UTF-8 | 橈롳슴\鈺 | 11100110101010011000100011101011101000011011001111101100100010101011010001011100111010011000100010111010 | e6a988eba1b3ec8ab45ce988ba |
UHC | 橈롳슴\鈺 | 111010001111101010001110111011111011110110111111010111001110100010101101 | e8fa8eefbdbf5ce8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)