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 | 瑤雫クセ | 11101010101000101000111010110100111100001010011010111000111100011000111010111110 | eaa28eb4f0a6b8f18ebe |
EUC-JP | 瑤雫?ク?セ | 11110100101001001011110010110110001111111000111010111000001111111000111010111110 | f4a4bcb63f8eb83f8ebe |
UTF-8 | 瑤雫クセ | 111001111001000110100100111010011001101110101011111011101000000110100101111011111011110110111000111011101000010010001001111011111011110110111110 | e791a4e99babee81a5efbdb8ee8489efbdbe |
UHC | 瑤????? | 11101000111111010011111100111111001111110011111100111111 | e8fd3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)