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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 湜疾鈐疾B | 111110110100011110001110101111101111101111000010100011101011111001000010 | fb478ebefbc28ebe42 |
EUC-JP | 湜疾鈐疾B | 1000111111000111111111001011110011000000100011111110001111000001101111001100000001000010 | 8fc7fcbcc08fe3c1bcc042 |
UTF-8 | 湜疾鈐疾B | 11100110101110011001110011100111100101101011111011101001100010001001000011100111100101101011111001000010 | e6b99ce796bee98890e796be42 |
UHC | 湜疾鈐疾B | 111000111101011111110010111100001100110010100010111100101111000001000010 | e3d7f2f0cca2f2f042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)