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 | 0011111100111111001111110011111100111111001111110101101101101011 | 3f3f3f3f3f3f5b6b |
SJIS-WIN | ???恁??[k | 001111110011111100111111100111001000110000111111001111110101101101101011 | 3f3f3f9c8c3f3f5b6b |
EUC-JP | ???恁??[k | 001111110011111100111111110101111110110000111111001111110101101101101011 | 3f3f3fd7ec3f3f5b6b |
UTF-8 | 李쏀쉳恁띠찉[k | 1110111110100111101000011110110010001111100000001110110010001001101100111110011010000001100000011110101110011101101000001110110010110000100010010101101101101011 | efa7a1ec8f80ec89b3e68181eb9da0ecb0895b6b |
UHC | 李쏀쉳恁띠찉[k | 1110110010110000101111011110110110011010100010101110110011110110101101101110110010101001100011010101101101101011 | ecb0bded9a8aecf6b6eca98d5b6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)