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 | ?藪? | 00111111111001010100110100111111 | 3fe54d3f |
EUC-JP | 雩藪? | 100011111110011011111010111010011010111000111111 | 8fe6fae9ae3f |
UTF-8 | 雩藪붻 | 111010011001101110101001111010001001011110101010111010111011011010111011 | e99ba9e897aaebb6bb |
UHC | 雩藪붻 | 111010011110110011100010101111111001010011101000 | e9ece2bf94e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)