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 | 亨??蘊ょ? | 100010111001110000111111001111111110010101011101100000101110010100111111 | 8b9c3f3fe55d82e53f |
EUC-JP | 亨??蘊ょ? | 101101011111110000111111001111111110100110111110101001001110011100111111 | b5fc3f3fe9bea4e73f |
UTF-8 | 亨썲갰蘊ょ뮵 | 111001001011101010101000111011001000110110110010111010101011000010110000111010001001100010001010111000111000001010000111111010111010111010110101 | e4baa8ec8db2eab0b0e8988ae38287ebaeb5 |
UHC | 亨썲갰蘊ょ뮵 | 111110101111101110111101111001011011000010111010111010001011001110101010111001111001001010111101 | fafbbde5b0bae8b3aae792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)