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 | 彫稙彫牘 | 1001001010100100111000100110010110010010101001001110000010101111 | 92a4e26592a4e0af |
EUC-JP | 彫稙彫牘 | 1100010010100110111000111100011011000100101001101110000010110001 | c4a6e3c6c4a6e0b1 |
UTF-8 | 彫稙彫牘 | 111001011011110110101011111001111010100010011001111001011011110110101011111001111000100110011000 | e5bdabe7a899e5bdabe78998 |
UHC | 彫稙彫牘 | 1111000011000001111100101100001011110000110000011101010010111010 | f0c1f2c2f0c1d4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)