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 | ?鏃緬??? | 0011111111101000010101101001011011001001001111110011111100111111 | 3fe85696c93f3f3f |
EUC-JP | ?鏃緬??? | 0011111111101111101101111100110011001011001111110011111100111111 | 3fefb7cccb3f3f3f |
UTF-8 | 뤵鏃緬렰섬뤵 | 111010111010010010110101111010011000111110000011111001111011011110101100111010111010000010110000111011001000010010101100111010111010010010110101 | eba4b5e98f83e7b7aceba0b0ec84aceba4b5 |
UHC | 뤵鏃緬렰섬뤵 | 100011111110001111110000111011001101100011111011100011101011110110111100101101101000111111100011 | 8fe3f0ecd8fb8ebdbcb68fe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)