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 | 野???裔 | 10010110111011000011111100111111001111111110010111100001 | 96ec3f3f3fe5e1 |
EUC-JP | 野???裔 | 11001100111011100011111100111111001111111110101011100011 | ccee3f3f3feae3 |
UTF-8 | 野ㅞ쇰쑕裔 | 111010011000011110001110111000111000010110011110111011001000011110110000111011001001000110010101111010001010001110010100 | e9878ee3859eec87b0ec9195e8a394 |
UHC | 野ㅞ쇰쑕裔 | 11100101101011111010010011001110101111001110101110011100101101001110011111100000 | e5afa4cebceb9cb4e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)