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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | コラ霄ィゥ | 1011101011010111111010001011101010101000101010011111001111110111 | bad7e8baa8a9f3f7 |
EUC-JP | コラ霄ィゥ? | 1000111010111010100011101101011111110000101111001000111010101000100011101010100100111111 | 8eba8ed7f0bc8ea88ea93f |
UTF-8 | コラ霄ィゥ | 111011111011110110111010111011111011111010010111111010011001110010000100111011111011110110101000111011111011110110101001111011101000101110101010 | efbdbaefbe97e99c84efbda8efbda9ee8baa |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)