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 | 菴??嶸?? | 1110010010111101001111110011111111111010101101000011111100111111 | e4bd3f3ffab43f3f |
EUC-JP | 菴??嶸?? | 111010001011111100111111001111111000111110111011111101000011111100111111 | e8bf3f3f8fbbf43f3f |
UTF-8 | 菴노젲嶸뤴뀼 | 111010001000111110110100111010111000010110111000111011001010000010110010111001011011011010111000111010111010010010110100111010111000000010111100 | e88fb4eb85b8eca0b2e5b6b8eba4b4eb80bc |
UHC | 菴노젲嶸뤴뀼 | 111001001110000010110011111010111010000010100110111001111010111010001111111000101000010110110010 | e4e0b3eba0a6e7ae8fe285b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)