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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諄?? | 11100110011110000011111100111111 | e6783f3f |
EUC-JP | 諄?? | 11101011110110010011111100111111 | ebd93f3f |
UTF-8 | 諄럾궏 | 111010001010101110000100111010111001111110111110111010101011011010001111 | e8ab84eb9fbeeab68f |
UHC | 諄럾궏 | 111000101111010010001110100110111000001010100101 | e2f48e9b82a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)