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 | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
UTF-8 | 챔첬혙n챔첬혙nB | 111011001011000110010100111011001011001010101100111011011001100010011001011011101110110010110001100101001110110010110010101011001110110110011000100110010110111001000010 | ecb194ecb2aced98996eecb194ecb2aced98996e42 |
UHC | 챔첬혙n챔첬혙nB | 110000111010100011000011101110101100001010000100011011101100001110101000110000111011101011000010100001000110111001000010 | c3a8c3bac2846ec3a8c3bac2846e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)