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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | 瓦??節 | 100010101010001000111111001111111001000011011111 | 8aa23f3f90df |
EUC-JP | 瓦®?節 | 1011010010100100100011111010001011101110001111111100000011100001 | b4a48fa2ee3fc0e1 |
UTF-8 | 瓦®룧節 | 1110011110010011101001101100001010101110111010111010001110100111111001111010111110000000 | e793a6c2aeeba3a7e7af80 |
UHC | 瓦®룧節 | 1110100010111111101000101110011110001111101000001110111110111101 | e8bfa2e78fa0efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)