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 | 遵?汨祭蛟? | 10001111100001010011111110011111100100011000110111010101111001011000000000111111 | 8f853f9f918dd5e5803f |
EUC-JP | 遵?汨祭蛟? | 10111101111001010011111111011101111100011011101011010111111010011110000000111111 | bde53fddf1bad7e9e03f |
UTF-8 | 遵면汨祭蛟렱 | 111010011000000110110101111010111010100110110100111001101011000110101000111001111010010110101101111010001001101110011111111010111010000010110001 | e981b5eba9b4e6b1a8e7a5ade89b9feba0b1 |
UHC | 遵면汨祭蛟렱 | 111100011110010110111000111010011100110111100111111100001010111011001110111100011000111010111110 | f1e5b8e9cde7f0aecef18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)