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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 箋??箋??^ | 111000101011001100111111001111111110001010110011001111110011111101011110 | e2b33f3fe2b33f3f5e |
EUC-JP | 箋??箋??^ | 111001001011010100111111001111111110010010110101001111110011111101011110 | e4b53f3fe4b53f3f5e |
UTF-8 | 箋됰즯箋됰◀^ | 11100111101011101000101111101011100100001011000011101100101001101010111111100111101011101000101111101011100100001011000011100010100101111000000001011110 | e7ae8beb90b0eca6afe7ae8beb90b0e297805e |
UHC | 箋됰즯箋됰◀^ | 11101111101010001000100111101011101000111000000111101111101010001000100111101011101000101011100001011110 | efa889eba381efa889eba2b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)