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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 滎?? | 1000111111001000101110010011111100111111 | 8fc8b93f3f |
UTF-8 | 滎띈겧 | 111001101011101110001110111010111001110110001000111010101011001010100111 | e6bb8eeb9d88eab2a7 |
UHC | 滎띈겧 | 111110111010001110110110111010001000000110111001 | fba3b6e881b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)