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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?硯??熱 | 00111111100011001010010100111111001111111001010001001101 | 3f8ca53f3f944d |
EUC-JP | ?硯??熱 | 00111111101110001010011100111111001111111100011110101110 | 3fb8a73f3fc7ae |
UTF-8 | 뺒硯뺡뺒熱 | 111010111011101010010010111001111010000110101111111010111011101010100001111010111011101010010010111001111000011010110001 | ebba92e7a1afebbaa1ebba92e786b1 |
UHC | 뺒硯뺡뺒熱 | 10010101110111001110011011011011100101011110100110010101110111001110011011110000 | 95dce6db95e995dce6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)