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 | 閠定娘 | 111010001000000010010010111010001001011010111010 | e88092e896ba |
EUC-JP | 閠定娘 | 111011111110000011000100111010101100110010111100 | efe0c4eaccbc |
UTF-8 | 閠定娘 | 111010011001011010100000111001011010111010011010111001011010100010011000 | e996a0e5ae9ae5a898 |
UHC | ?定娘 | 0011111111101111110100101101001010100110 | 3fefd2d2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)