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 | 諸???肢? | 1000111110010100001111110011111100111111100011101000100000111111 | 8f943f3f3f8e883f |
EUC-JP | 諸?栯?肢? | 10111101111101000011111110001111110000111101001000111111101110111110100000111111 | bdf43f8fc3d23fbbe83f |
UTF-8 | 諸렋栯렠肢렮 | 111010001010101110111000111010111010000010001011111001101010000010101111111010111010000010100000111010001000001010100010111010111010000010101110 | e8abb8eba08be6a0afeba0a0e882a2eba0ae |
UHC | 諸렋栯렠肢렮 | 111100001011001110001110101000101110100111110001100011101011000111110010101101101000111010111011 | f0b38ea2e9f18eb1f2b68ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)