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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 伊?薔?齋? | 100010001100100100111111111001010100101100111111111000100101011000111111 | 88c93fe54b3fe2563f |
EUC-JP | 伊?薔?齋? | 101100001100101100111111111010011010110000111111111000111011011100111111 | b0cb3fe9ac3fe3b73f |
UTF-8 | 伊렫薔렔齋렑 | 111001001011110010001010111010111010000010101011111010001001011010010100111010111010000010010100111010011011110110001011111010111010000010010001 | e4bc8aeba0abe89694eba094e9bd8beba091 |
UHC | 伊렫薔렔齋렑 | 111011001010010110001110101110011110110111111001100011101010100111101110101100011000111010100110 | eca58eb9edf98ea9eeb18ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)