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 | 沃ゆ???お | 100101111000000010000010111001000011111100111111001111111000001010101000 | 978082e43f3f3f82a8 |
EUC-JP | 沃ゆ?璵?お | 1100110111100000101001001110011000111111100011111100110011100110001111111010010010101010 | cde0a4e63f8fcce63fa4aa |
UTF-8 | 沃ゆ쎒璵붻お | 111001101011001010000011111000111000001010000110111011001000111010010010111001111001001010110101111010111011011010111011111000111000000110001010 | e6b283e38286ec8e92e792b5ebb6bbe3818a |
UHC | 沃ゆ쎒璵붻お | 111010001010101010101010111001101001101110111001111001101010010110010100111010001010101010101010 | e8aaaae69bb9e6a594e8aaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)