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 | 霙犇獺 | 1110100011000010111100001110101011100000101101001110000011011010 | e8c2f0eae0b4e0da |
EUC-JP | 霙?犇獺 | 11110000110001000011111111100000101101101110000011011100 | f0c43fe0b6e0dc |
UTF-8 | 霙犇獺 | 111010011001110010011001111011101000001010101001111001111000101010000111111001111000110110111010 | e99c99ee82a9e78a87e78dba |
UHC | 霙??獺 | 111001111100111000111111001111111101001110110111 | e7ce3f3fd3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)