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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?班頸? | 001111111001010011000111111010001111001000111111 | 3f94c7e8f23f |
EUC-JP | ?班頸? | 001111111100100011001001111100001111010000111111 | 3fc8c9f0f43f |
UTF-8 | 뤊班頸펿 | 111010111010010010001010111001111000111110101101111010011010000010111000111011011000111010111111 | eba48ae78fade9a0b8ed8ebf |
UHC | 뤊班頸펿 | 1000111110111010110110101110110011001100111100101011110010001110 | 8fbadaecccf2bc8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)