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 | 燿c?節ゆ? | 11100000101000001000001010000011001111111001000011011111100000101110010000111111 | e0a082833f90df82e43f |
EUC-JP | 燿c?節ゆ? | 11100000101000101010001111100011001111111100000011100001101001001110011000111111 | e0a2a3e33fc0e1a4e63f |
UTF-8 | 燿c굠節ゆ꺓 | 111001111000011110111111111011111011110110000011111010101011010110100000111001111010111110000000111000111000001010000110111010101011101010010011 | e787bfefbd83eab5a0e7af80e38286eaba93 |
UHC | 燿c굠節ゆ꺓 | 111010001111110010100011111000111000001010001000111011111011110110101010111001101000001110111001 | e8fca3e38288efbdaae683b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)