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 | 借磁邪 | 100011101101100010001110101001011000111011010111 | 8ed88ea58ed7 |
EUC-JP | 借磁邪 | 101111001101101010111100101001111011110011011001 | bcdabca7bcd9 |
UTF-8 | 借磁邪 | 111001011000000010011111111001111010001110000001111010011000001010101010 | e5809fe7a381e982aa |
UHC | 借磁邪 | 111100111010100011101101101110001101111011110111 | f3a8edb8def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)