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 | ト鈊ク | 11000100111110111100001110111000 | c4fbc3b8 |
EUC-JP | ト鈊ク | 10001110110001001000111111100011101111111000111010111000 | 8ec48fe3bf8eb8 |
UTF-8 | ト鈊ク | 111011111011111010000100111010011000100010001010111011111011110110111000 | efbe84e9888aefbdb8 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)