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 | 杖?奬?爭 | 1000111111110001001111111001101011111011001111111110000010100101 | 8ff13f9afb3fe0a5 |
EUC-JP | 杖?奬?爭 | 1011111011110011001111111101010011111101001111111110000010100111 | bef33fd4fd3fe0a7 |
UTF-8 | 杖렦奬렯爭 | 111001101001110110010110111010111010000010100110111001011010010110101100111010111010000010101111111001111000100010101101 | e69d96eba0a6e5a5aceba0afe788ad |
UHC | 杖렦奬렯爭 | 11101101111010001000111010110101111011011110000110001110101111001110111010110011 | ede88eb5ede18ebceeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)