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 | 馨??? | 1000101001011101001111110011111100111111 | 8a5d3f3f3f |
EUC-JP | 馨??? | 1011001110111110001111110011111100111111 | b3be3f3f3f |
UTF-8 | 馨딈쑞暳 | 111010011010011010101000111010111001010010001000111011001001000110011110111001101001101010110011 | e9a6a8eb9488ec919ee69ab3 |
UHC | 馨딈쑞暳 | 1111101110110000100010101110111010011100101111011111101110110101 | fbb08aee9cbdfbb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)