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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 芽亞m | 100010011110100010011000101100011000001010001101 | 89e898b1828d |
EUC-JP | 芽亞m | 101100101110101011010000101100111010001111101101 | b2ead0b3a3ed |
UTF-8 | 芽亞m | 111010001000101010111101111001001011101010011110111011111011110110001101 | e88abde4ba9eefbd8d |
UHC | 芽亞m | 111001001011010011100100101011001010001111101101 | e4b4e4aca3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)