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 | ?衷署 | 0011111110010010100011111000111110010000 | 3f928f8f90 |
EUC-JP | ?衷署 | 0011111111000011111011111011110111110000 | 3fc3efbdf0 |
UTF-8 | 뤜衷署 | 111010111010010010011100111010001010000110110111111001111011110110110010 | eba49ce8a1b7e7bdb2 |
UHC | 뤜衷署 | 100011111100101111110101111110111101111111111110 | 8fcbf5fbdffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)