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 | 菴弔晧 | 111001001011110110010010101000101001110111101100 | e4bd92a29dec |
EUC-JP | 菴弔晧 | 111010001011111111000100101001001101101011101110 | e8bfc4a4daee |
UTF-8 | 菴弔晧 | 111010001000111110110100111001011011110010010100111001101001100110100111 | e88fb4e5bc94e699a7 |
UHC | 菴弔晧 | 111001001110000011110000110000001111101111000101 | e4e0f0c0fbc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)