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 | ?K? | 001111110100101100111111 | 3f4b3f |
SJIS-WIN | 弔K弔 | 1001001010100010010010111001001010100010 | 92a24b92a2 |
EUC-JP | 弔K弔 | 1100010010100100010010111100010010100100 | c4a44bc4a4 |
UTF-8 | 弔K弔 | 11100101101111001001010001001011111001011011110010010100 | e5bc944be5bc94 |
UHC | 弔K弔 | 1111000011000000010010111111000011000000 | f0c04bf0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)