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 | ???HhTB | 00111111001111110011111101001000011010000101010001000010 | 3f3f3f48685442 |
SJIS-WIN | ???HhTB | 00111111001111110011111101001000011010000101010001000010 | 3f3f3f48685442 |
EUC-JP | ???HhTB | 00111111001111110011111101001000011010000101010001000010 | 3f3f3f48685442 |
UTF-8 | 琉뺣묀HhTB | 11101111101001111000110011101011101110101010001111101011101011001000000001001000011010000101010001000010 | efa78cebbaa3ebac8048685442 |
UHC | 琉뺣묀HhTB | 11101011101001001001010111101011101110011010000101001000011010000101010001000010 | eba495ebb9a148685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)