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 | 閠定献 | 111010001000000010010010111010001000110010100011 | e88092e88ca3 |
EUC-JP | 閠定献 | 111011111110000011000100111010101011100010100101 | efe0c4eab8a5 |
UTF-8 | 閠定献 | 111010011001011010100000111001011010111010011010111001111000110010101110 | e996a0e5ae9ae78cae |
UHC | ?定? | 00111111111011111101001000111111 | 3fefd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)