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 | 癲?〃唯?? | 111000011001111100111111100000010101011010010111010000100011111100111111 | e19f3f815697423f3f |
EUC-JP | 癲?〃唯?? | 111000101010000100111111101000011011011111001101101000110011111100111111 | e2a13fa1b7cda33f3f |
UTF-8 | 癲븍〃唯롧뜏 | 111001111001100110110010111010111011100010001101111000111000000010000011111001011001010010101111111010111010000110100111111010111001110010001111 | e799b2ebb88de38083e594afeba1a7eb9c8f |
UHC | 癲븍〃唯롧뜏 | 111011111010011010111010111010111010000110101000111010101110011010001110111001111000110110010010 | efa6baeba1a8eae68ee78d92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)