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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辞セ | 11110010101101111000111010101011111100001011011010111110 | f2b78eabf0b6be |
EUC-JP | ?辞?セ | 001111111011110010101101001111111000111010111110 | 3fbcad3f8ebe |
UTF-8 | 辞セ | 111011101000011110101110111010001011111010011110111011101000000110110101111011111011110110111110 | ee87aee8be9eee81b5efbdbe |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)