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 | 雅?―??? | 1000100111101011001111111000000101011100001111110011111100111111 | 89eb3f815c3f3f3f |
EUC-JP | 雅?―??? | 1011001011101101001111111010000110111101001111110011111100111111 | b2ed3fa1bd3f3f3f |
UTF-8 | 雅덈―留뚳쭔 | 111010011001101110000101111010111000110110001000111000101000000010010101111011111010011110001101111010111001101010110011111011001010110110010100 | e99b85eb8d88e28095efa78deb9ab3ecad94 |
UHC | 雅덈―留뚳쭔 | 111001001011101010001000111010111010000110101010111010111010011110001100111011111010011110001100 | e4ba88eba1aaeba78cefa78c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)