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 | 雅?∥違?? | 100010011110101100111111100000010110000110001000111000010011111100111111 | 89eb3f816188e13f3f |
EUC-JP | 雅?‖違?? | 101100101110110100111111101000011100001010110000111000110011111100111111 | b2ed3fa1c2b0e33f3f |
UTF-8 | 雅덈∥違쎾칰 | 111010011001101110000101111010111000110110001000111000101000100010100101111010011000000110010101111011001000111010111110111011001011100110110000 | e99b85eb8d88e288a5e98195ec8ebeecb9b0 |
UHC | 雅덈∥違쎾칰 | 111001001011101010001000111010111010000110101011111010101101111010011011111001011010111110000011 | e4ba88eba1abeade9be5af83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)