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 | 訃豪庄 | 111001100101110110001101100010111000111110101111 | e65d8d8b8faf |
EUC-JP | 訃豪庄 | 111010111011111010111001111010111011111010110001 | ebbeb9ebbeb1 |
UTF-8 | 訃豪庄 | 111010001010100010000011111010001011000110101010111001011011101010000100 | e8a883e8b1aae5ba84 |
UHC | 訃豪庄 | 110111011011010111111011110111111110110111100100 | ddb5fbdfede4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)