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 | ??`}Y??`}bE | 0011111100111111011000000111110101011001001111110011111101100000011111010110001001000101 | 3f3f607d593f3f607d6245 |
SJIS-WIN | ??`}Y??`}bE | 0011111100111111011000000111110101011001001111110011111101100000011111010110001001000101 | 3f3f607d593f3f607d6245 |
EUC-JP | ??`}Y??`}bE | 0011111100111111011000000111110101011001001111110011111101100000011111010110001001000101 | 3f3f607d593f3f607d6245 |
UTF-8 | 뫃몷`}Y뫃몷`}bE | 11101011101010111000001111101011101010101011011101100000011111010101100111101011101010111000001111101011101010101011011101100000011111010110001001000101 | ebab83ebaab7607d59ebab83ebaab7607d6245 |
UHC | 뫃몷`}Y뫃몷`}bE | 100100011010011110010001100111110110000001111101010110011001000110100111100100011001111101100000011111010110001001000101 | 91a7919f607d5991a7919f607d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)