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 | 癰??瓦ゆ? | 111000011001111000111111001111111000101010100010100000101110010000111111 | e19e3f3f8aa282e43f |
EUC-JP | 癰??瓦ゆ? | 111000011111111000111111001111111011010010100100101001001110011000111111 | e1fe3f3fb4a4a4e63f |
UTF-8 | 癰딉슨瓦ゆ닼 | 111001111001100110110000111010111001010010001001111011001000101010101000111001111001001110100110111000111000001010000110111010111000101110111100 | e799b0eb9489ec8aa8e793a6e38286eb8bbc |
UHC | 癰딉슨瓦ゆ닼 | 111010001011100110001010111011111011110110111100111010001011111110101010111001101000100010101010 | e8b98aefbdbce8bfaae688aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)