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 | 裔第崗 | 111001011110000110010001111001101001101110111100 | e5e191e69bbc |
EUC-JP | 裔第崗 | 111010101110001111000010111010001101011010111110 | eae3c2e8d6be |
UTF-8 | 裔第崗 | 111010001010001110010100111001111010110010101100111001011011010010010111 | e8a394e7acace5b497 |
UHC | 裔第崗 | 111001111110000011110000101011111100101110101011 | e7e0f0afcbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)