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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈺ョ?汝? | 1111101111000100100000111000011100111111100100111111000000111111 | fbc483873f93f03f |
EUC-JP | 鈺ョ?汝? | 100011111110001111010101101001011110011100111111110001101111001000111111 | 8fe3d5a5e73fc6f23f |
UTF-8 | 鈺ョ렡汝둆 | 111010011000100010111010111000111000001110100111111010111010000010100001111001101011000110011101111010111001000110000110 | e988bae383a7eba0a1e6b19deb9186 |
UHC | 鈺ョ렡汝둆 | 11101000101011011010101111100111100011101011001011100110101000111000101001000010 | e8adabe78eb2e6a38a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)