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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 上霍ロ | 1000111111100011111010001011011111011011 | 8fe3e8b7db |
EUC-JP | 上霍ロ | 101111101110010111110000101110011000111011011011 | bee5f0b98edb |
UTF-8 | 上霍ロ | 111001001011100010001010111010011001110010001101111011111011111010011011 | e4b88ae99c8defbe9b |
UHC | 上?? | 11011111101111100011111100111111 | dfbe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)