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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薰ョ訷喀 | 11111011100111101010111011111011101001001001101001011100 | fb9eaefba49a5c |
EUC-JP | ?ョ訷喀 | 0011111110001110101011101000111111011101110101001101001110111101 | 3f8eae8fddd4d3bd |
UTF-8 | 薰ョ訷喀 | 111010001001011010110000111011111011110110101110111010001010100010110111111001011001011010000000 | e896b0efbdaee8a8b7e59680 |
UHC | 薰??喀 | 111111011011100100111111001111111100101111010011 | fdb93f3fcbd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)