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 | 寬室鉑 | 111110101010101010001110101110101111101111001001 | faaa8ebafbc9 |
EUC-JP | ?室鉑 | 001111111011110010111100100011111110001111100001 | 3fbcbc8fe3e1 |
UTF-8 | 寬室鉑 | 111001011010111110101100111001011010111010100100111010011000100110010001 | e5aface5aea4e98991 |
UHC | 寬室? | 1100111010110000111000111111100000111111 | ceb0e3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)