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 | 蹊?? | 11100110111111000011111100111111 | e6fc3f3f |
EUC-JP | 蹊?? | 11101100111111100011111100111111 | ecfe3f3f |
UTF-8 | 蹊썼나 | 111010001011100110001010111011001000110110111100111010111000001010011000 | e8b98aec8dbceb8298 |
UHC | 蹊썼나 | 111110111011011110111101111010001011001110101010 | fbb7bde8b3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)