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 | 鈺ュ???? | 1111101111000100100000111000010100111111001111110011111100111111 | fbc483853f3f3f3f |
EUC-JP | 鈺ュ???? | 100011111110001111010101101001011110010100111111001111110011111100111111 | 8fe3d5a5e53f3f3f3f |
UTF-8 | 鈺ュ뛽勵썼군 | 111010011000100010111010111000111000001110100101111010111001101110111101111011111010010110111111111011001000110110111100111010101011010110110000 | e988bae383a5eb9bbdefa5bfec8dbceab5b0 |
UHC | 鈺ュ뛽勵썼군 | 111010001010110110101011111001011000110110000011111001011111101010111101111010001011000110111010 | e8adabe58d83e5fabde8b1ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)