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 | ??ギ??パ | 0011111100111111100000110100110100111111001111111000001101110000 | 3f3f834d3f3f8370 |
EUC-JP | ??ギ??パ | 0011111100111111101001011010111000111111001111111010010111010001 | 3f3fa5ae3f3fa5d1 |
UTF-8 | 룫휁ギ룶쾹パ | 111010111010001110101011111011011001110010000001111000111000001010101110111010111010001110110110111011001011111010111001111000111000001110010001 | eba3abed9c81e382aeeba3b6ecbeb9e38391 |
UHC | 룫휁ギ룶쾹パ | 100011111010001011000100100011111010101110101110100011111010101110110010100011111010101111010001 | 8fa2c48fabae8fabb28fabd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)