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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 浴???цぐ | 100101111000000100111111001111110011111110000100100010001000001010101110 | 97813f3f3f848882ae |
EUC-JP | 浴???цぐ | 110011011110000100111111001111110011111110100111111010001010010010110000 | cde13f3f3fa7e8a4b0 |
UTF-8 | 浴덅꽦歷цぐ | 1110011010110101101101001110101110001101100001011110101010111101101001101110111110100110100011001101000110000110111000111000000110010000 | e6b5b4eb8d85eabda6efa68cd186e38190 |
UHC | 浴덅꽦歷цぐ | 111010011011000110001000111010001000010010110001111001101011100010101100111010001010101010110000 | e9b188e884b1e6b8ace8aab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)