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 | ???椅?? | 00111111001111110011111110001000110101100011111100111111 | 3f3f3f88d63f3f |
EUC-JP | ???椅?? | 00111111001111110011111110110000110110000011111100111111 | 3f3f3fb0d83f3f |
UTF-8 | 嶺뚮쵐椅뷰풚 | 111011111010011010101011111010111001101010101110111011001011010110010000111001101010010010000101111010111011011110110000111011011001001010011010 | efa6abeb9aaeecb590e6a485ebb7b0ed929a |
UHC | 嶺뚮쵐椅뷰풚 | 111001111010110110001100111010111010110010010010111010111111010110111010111001001011111010011101 | e7ad8cebac92ebf5bae4be9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)