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 | ?蓚?閃甕 | 0011111111100100111010010011111110010001010011011110000101010000 | 3fe4e93f914de150 |
EUC-JP | ?蓚?閃甕 | 0011111111101000111010110011111111000001101011101110000110110001 | 3fe8eb3fc1aee1b1 |
UTF-8 | 렯蓚롁閃甕 | 111010111010000010101111111010001001001110011010111010111010000110000001111010011001011010000011111001111001010010010101 | eba0afe8939aeba181e99683e79495 |
UHC | 렯蓚롁閃甕 | 10001110101111001110001010111110100011101100100011100000111011001110100010111000 | 8ebce2be8ec8e0ece8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)