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 | ????▼? | 00111111001111110011111100111111100000011010010100111111 | 3f3f3f3f81a53f |
EUC-JP | ????▼? | 00111111001111110011111100111111101000101010011100111111 | 3f3f3f3fa2a73f |
UTF-8 | 溜잙젒溜▼쓸 | 111011111010011110001011111011001001111010011001111011001010000010010010111011111010011110001011111000101001011010111100111011001001001110111000 | efa78bec9e99eca092efa78be296bcec93b8 |
UHC | 溜잙젒溜▼쓸 | 111010101111111010011111111010111010000010010001111010101111111010100001111001011011111010110101 | eafe9feba091eafea1e5beb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)