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 | 杖?奬?除 | 1000111111110001001111111001101011111011001111111000111110011100 | 8ff13f9afb3f8f9c |
EUC-JP | 杖?奬?除 | 1011111011110011001111111101010011111101001111111011110111111100 | bef33fd4fd3fbdfc |
UTF-8 | 杖렦奬렯除 | 111001101001110110010110111010111010000010100110111001011010010110101100111010111010000010101111111010011001100110100100 | e69d96eba0a6e5a5aceba0afe999a4 |
UHC | 杖렦奬렯除 | 11101101111010001000111010110101111011011110000110001110101111001111000010110110 | ede88eb5ede18ebcf0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)