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 | 譽??燁?? | 1110011010100011001111110011111111111011010110010011111100111111 | e6a33f3ffb593f3f |
EUC-JP | 譽??燁?? | 111011001010010100111111001111111000111111001010101100110011111100111111 | eca53f3f8fcab33f3f |
UTF-8 | 譽쏃쉹燁뗨뙬 | 111010001010110110111101111011001000111110000011111011001000100110111001111001111000011110000001111010111001011110101000111010111001100110101100 | e8adbdec8f83ec89b9e78781eb97a8eb99ac |
UHC | 譽쏃쉹燁뗨뙬 | 111001111110001010011011111010011001101010001111111001111010011110001011111010001000110010101111 | e7e29be99a8fe7a78be88caf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)