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 | 搖??遙ュ? | 100111011000101000111111001111111110101010100001100000111000010100111111 | 9d8a3f3feaa183853f |
EUC-JP | 搖??遙ュ? | 110110011110101000111111001111111111010010100011101001011110010100111111 | d9ea3f3ff4a3a5e53f |
UTF-8 | 搖좑슁遙ュ떎 | 111001101001000010010110111011001010001010010001111011001000101010000001111010011000000110011001111000111000001110100101111010111001011010001110 | e69096eca291ec8a81e98199e383a5eb968e |
UHC | 搖좑슁遙ュ떎 | 111010001111010010100000111011111011110110110011111010011010101110101011111001011000101110100100 | e8f4a0efbdb3e9ababe58ba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)