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 | 佃伎黔 | 100100101100111110001010111010101110101001110111 | 92cf8aeaea77 |
EUC-JP | 佃伎黔 | 110001001101000110110100111011001111001111011000 | c4d1b4ecf3d8 |
UTF-8 | 佃伎黔 | 111001001011110110000011111001001011110010001110111010011011101110010100 | e4bd83e4bc8ee9bb94 |
UHC | 佃伎黔 | 111011101110110011010000111010111100110010100011 | eeecd0ebcca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)