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 | ??滿諄 | 001111110011111110011111110111101110011001111000 | 3f3f9fdee678 |
EUC-JP | ??滿諄 | 001111110011111111011110111000001110101111011001 | 3f3fdee0ebd9 |
UTF-8 | 理ㅽ滿諄 | 111011111010011110100100111000111000010110111101111001101011101110111111111010001010101110000100 | efa7a4e385bde6bbbfe8ab84 |
UHC | 理ㅽ滿諄 | 1110110010110101101001001110110111011000101110111110001011110100 | ecb5a4edd8bbe2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)