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 | 蘊ょ???? | 1110010101011101100000101110010100111111001111110011111100111111 | e55d82e53f3f3f3f |
EUC-JP | 蘊ょ???? | 1110100110111110101001001110011100111111001111110011111100111111 | e9bea4e73f3f3f3f |
UTF-8 | 蘊ょ겮呂볡뮵 | 111010001001100010001010111000111000001010000111111010101011001010101110111011111010011010000000111010111011001110100001111010111010111010110101 | e8988ae38287eab2aeefa680ebb3a1ebaeb5 |
UHC | 蘊ょ겮呂볡뮵 | 111010001011001110101010111001111000000110111100111001011111101110010011111001111001001010111101 | e8b3aae781bce5fb93e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)