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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲?〃唯? | 1110000110011111001111111000000101010110100101110100001000111111 | e19f3f815697423f |
EUC-JP | 癲?〃唯? | 1110001010100001001111111010000110110111110011011010001100111111 | e2a13fa1b7cda33f |
UTF-8 | 癲븍〃唯랡 | 111001111001100110110010111010111011100010001101111000111000000010000011111001011001010010101111111010111001111010100001 | e799b2ebb88de38083e594afeb9ea1 |
UHC | 癲븍〃唯랡 | 11101111101001101011101011101011101000011010100011101010111001101000111001000010 | efa6baeba1a8eae68e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)