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 | 燾疾鉑 | 111110110101101010001110101111101111101111001001 | fb5a8ebefbc9 |
EUC-JP | 燾疾鉑 | 1000111111001010101111011011110011000000100011111110001111100001 | 8fcabdbcc08fe3e1 |
UTF-8 | 燾疾鉑 | 111001111000011110111110111001111001011010111110111010011000100110010001 | e787bee796bee98991 |
UHC | 燾疾? | 1101010010100111111100101111000000111111 | d4a7f2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)