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 | ???濡??? | 0011111100111111001111111001010001000111001111110011111100111111 | 3f3f3f94473f3f3f |
EUC-JP | ???濡??? | 0011111100111111001111111100011110101000001111110011111100111111 | 3f3f3fc7a83f3f3f |
UTF-8 | 溜깅죦濡쏅ㅀ藺 | 111011111010011110001011111010101011100110000101111011001010001110100110111001101011111110100001111011001000111110000101111000111000010110000000111011111010011110110000 | efa78beab985eca3a6e6bfa1ec8f85e38580efa7b0 |
UHC | 溜깅죦濡쏅ㅀ藺 | 1110101011111110101100011110101110100001100000011110101110100001100110111110101110100100101100001110110011100001 | eafeb1eba181eba19beba4b0ece1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)