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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 乙??臧? | 10001001101100110011111100111111111001000110100000111111 | 89b33f3fe4683f |
EUC-JP | 乙??臧? | 10110010101101010011111100111111111001111100100100111111 | b2b53f3fe7c93f |
UTF-8 | 乙씻렋臧냥 | 111001001011100110011001111011001001010010111011111010111010000010001011111010001000011110100111111010111000001110100101 | e4b999ec94bbeba08be887a7eb83a5 |
UHC | 乙씻렋臧냥 | 11101011111000001011111011000100100011101010001011101101111101011011001111001001 | ebe0bec48ea2edf5b3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)