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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譯???? | 111001101010000100111111001111110011111100111111 | e6a13f3f3f3f |
EUC-JP | 譯???? | 111011001010001100111111001111110011111100111111 | eca33f3f3f3f |
UTF-8 | 譯롈룸뙕筽 | 111010001010110110101111111010111010000110001000111010111010001110111000111010111001100110010101111001111010110110111101 | e8adafeba188eba3b8eb9995e7adbd |
UHC | 譯롈룸뙕筽 | 11100110101110111000111011001110101101111110101110001100100110101110100010100100 | e6bb8eceb7eb8c9ae8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)