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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???曖??? | 0011111100111111001111111001111001000010001111110011111100111111 | 3f3f3f9e423f3f3f |
EUC-JP | ???曖??? | 0011111100111111001111111101101110100011001111110011111100111111 | 3f3f3fdba33f3f3f |
UTF-8 | 溜삭꽊曖쒕뒞溜 | 111011111010011110001011111011001000001010101101111010101011110110001010111001101001101110010110111011001001001010010101111010111001001010011110111011111010011110001011 | efa78bec82adeabd8ae69b96ec9295eb929eefa78b |
UHC | 溜삭꽊曖쒕뒞溜 | 1110101011111110101110111110100010000100100110101110010011110010100111001110101110001010100110101110101011111110 | eafebbe8849ae4f29ceb8a9aeafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)