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 | ????菖? | 00111111001111110011111100111111100011111101001000111111 | 3f3f3f3f8fd23f |
EUC-JP | ????菖? | 00111111001111110011111100111111101111101101010000111111 | 3f3f3f3fbed43f |
UTF-8 | 셔섰션렭菖렫 | 111011001000010110010100111011001000010010110000111011001000010110011000111010111010000010101101111010001000111110010110111010111010000010101011 | ec8594ec84b0ec8598eba0ade88f96eba0ab |
UHC | 셔섰션렭菖렫 | 101111001100010110111100101110011011110011000111100011101011101011110011111011101000111010111001 | bcc5bcb9bcc78ebaf3ee8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)