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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 莨戀P | 1110010010111100100111001111011001010000 | e4bc9cf650 |
EUC-JP | 莨戀P | 1110100010111110110110001111100001010000 | e8bed8f850 |
UTF-8 | 莨戀P | 11101000100011101010100011100110100010001000000001010000 | e88ea8e6888050 |
UHC | ?戀P | 00111111110101011111110001010000 | 3fd5fc50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)