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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鯤ラゥ鯤ラゥB | 111010011100100011010111101010011110100111001000110101111010100101000010 | e9c8d7a9e9c8d7a942 |
EUC-JP | 鯤ラゥ鯤ラゥB | 11110010110010101000111011010111100011101010100111110010110010101000111011010111100011101010100101000010 | f2ca8ed78ea9f2ca8ed78ea942 |
UTF-8 | 鯤ラゥ鯤ラゥB | 11101001101011111010010011101111101111101001011111101111101111011010100111101001101011111010010011101111101111101001011111101111101111011010100101000010 | e9afa4efbe97efbda9e9afa4efbe97efbda942 |
UHC | 鯤??鯤??B | 110011011110011000111111001111111100110111100110001111110011111101000010 | cde63f3fcde63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)