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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??臀漿? | 00111111001111111110010001011100100111111111011100111111 | 3f3fe45c9ff73f |
EUC-JP | ??臀漿? | 00111111001111111110011110111101110111101111100100111111 | 3f3fe7bddef93f |
UTF-8 | 뤶쫷臀漿틢 | 111010111010010010110110111011001010101110110111111010001000011110000000111001101011110010111111111011011000101110100010 | eba4b6ecabb7e88780e6bcbfed8ba2 |
UHC | 뤶쫷臀漿틢 | 10001111111001001010011010001110110101001110101111101101111011001011101010001110 | 8fe4a68ed4ebedecba8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)