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 | 瓦??瓦ゆ? | 100010101010001000111111001111111000101010100010100000101110010000111111 | 8aa23f3f8aa282e43f |
EUC-JP | 瓦??瓦ゆ? | 101101001010010000111111001111111011010010100100101001001110011000111111 | b4a43f3fb4a4a4e63f |
UTF-8 | 瓦댐쉈瓦ゆ깹 | 111001111001001110100110111010111000110010010000111011001000100110001000111001111001001110100110111000111000001010000110111010101011100110111001 | e793a6eb8c90ec8988e793a6e38286eab9b9 |
UHC | 瓦댐쉈瓦ゆ깹 | 111010001011111110110100111011111011110110100101111010001011111110101010111001101011001010100001 | e8bfb4efbda5e8bfaae6b2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)