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 | 訟ノ鉙 | 1000111111010111110010011111101111001000 | 8fd7c9fbc8 |
EUC-JP | 訟ノ鉙 | 10111110110110011000111011001001100011111110001111100011 | bed98ec98fe3e3 |
UTF-8 | 訟ノ鉙 | 111010001010100010011111111011111011111010001001111010011000100110011001 | e8a89fefbe89e98999 |
UHC | 訟?? | 11100001111010000011111100111111 | e1e83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)