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 | ??????~K | 0011111100111111001111110011111100111111001111110111111001001011 | 3f3f3f3f3f3f7e4b |
SJIS-WIN | ??????~K | 0011111100111111001111110011111100111111001111110111111001001011 | 3f3f3f3f3f3f7e4b |
EUC-JP | ??????~K | 0011111100111111001111110011111100111111001111110111111001001011 | 3f3f3f3f3f3f7e4b |
UTF-8 | 셔섈셔섄셔샬~K | 1110110010000101100101001110110010000100100010001110110010000101100101001110110010000100100001001110110010000101100101001110110010000011101011000111111001001011 | ec8594ec8488ec8594ec8484ec8594ec83ac7e4b |
UHC | 셔섈셔섄셔샬~K | 1011110011000101101111001010101010111100110001011011110010101001101111001100010110111100101000110111111001001011 | bcc5bcaabcc5bca9bcc5bca37e4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)