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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獺獺瑶犧 | 1110000011011010111000001101101011100000111101001110000010111000 | e0dae0dae0f4e0b8 |
EUC-JP | 獺獺瑶犧 | 1110000011011100111000001101110011100000111101101110000010111010 | e0dce0dce0f6e0ba |
UTF-8 | 獺獺瑶犧 | 111001111000110110111010111001111000110110111010111001111001000110110110111001111000101010100111 | e78dbae78dbae791b6e78aa7 |
UHC | 獺獺?犧 | 11010011101101111101001110110111001111111111110111111010 | d3b7d3b73ffdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)