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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逋廷挨 | 111001111001100110010010111011001000100010100101 | e79992ec88a5 |
EUC-JP | 逋廷挨 | 111011011111100111000100111011101011000010100111 | edf9c4eeb0a7 |
UTF-8 | 逋廷挨 | 111010011000000010001011111001011011101110110111111001101000110010101000 | e9808be5bbb7e68ca8 |
UHC | 逋廷? | 1111100011100111111011111101010100111111 | f8e7efd53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)