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 | 雅?―靷?? | 10110010111011010011111110100001101111011000111111100111101111010011111100111111 | b2ed3fa1bd8fe7bd3f3f |
UTF-8 | 雅덈―靷쀧뵺 | 111010011001101110000101111010111000110110001000111000101000000010010101111010011001110110110111111011001000000010100111111010111011010110111010 | e99b85eb8d88e28095e99db7ec80a7ebb5ba |
UHC | 雅덈―靷쀧뵺 | 111001001011101010001000111010111010000110101010111011001110011010010111111001111001010010111000 | e4ba88eba1aaece697e794b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)