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 | ???夷?? | 00111111001111110011111110001000110011100011111100111111 | 3f3f3f88ce3f3f |
EUC-JP | 沅??夷?? | 100011111100011011101001001111110011111110110000110100000011111100111111 | 8fc6e93f3fb0d03f3f |
UTF-8 | 沅룹콈夷됱콛 | 111001101011001010000101111010111010001110111001111011001011110110001000111001011010010010110111111010111001000010110001111011001011110110011011 | e6b285eba3b9ecbd88e5a4b7eb90b1ecbd9b |
UHC | 沅룹콈夷됱콛 | 111010101011011010110111111011001011000110000100111011001010100010001001111011001011000110010100 | eab6b7ecb184eca889ecb194 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)