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 | ???]?? | 001111110011111100111111010111010011111100111111 | 3f3f3f5d3f3f |
SJIS-WIN | ???]?? | 001111110011111100111111010111010011111100111111 | 3f3f3f5d3f3f |
EUC-JP | ???]?? | 001111110011111100111111010111010011111100111111 | 3f3f3f5d3f3f |
UTF-8 | 혮챔횪]혗혝 | 11101101100110001010111011101100101100011001010011101101100110101010101001011101111011011001100010010111111011011001100010011101 | ed98aeecb194ed9aaa5ded9897ed989d |
UHC | 혮챔횪]혗혝 | 1100001010010101110000111010100011000011101000000101110111000010100000101100001010000111 | c295c3a8c3a05dc282c287 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)