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 | 霙。 | 11111001110011001110100011000010101000011111100001000010 | f9cce8c2a1f842 |
EUC-JP | ?霙。? | 001111111111000011000100100011101010000100111111 | 3ff0c48ea13f |
UTF-8 | 霙。 | 111011101001110010100111111010011001110010011001111011111011110110100001111011101001011110100010 | ee9ca7e99c99efbda1ee97a2 |
UHC | ?霙?? | 0011111111100111110011100011111100111111 | 3fe7ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)