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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 脱辿臓誰遜村 | 100100100100010110010010010010001001000110011111100100100100111010010001101110111001000110111010 | 92459248919f924e91bb91ba |
EUC-JP | 脱辿臓誰遜村 | 110000111010011011000011101010011100001010100001110000111010111111000010101111011100001010111100 | c3a6c3a9c2a1c3afc2bdc2bc |
UTF-8 | 脱辿臓誰遜村 | 111010001000010010110001111010001011111010111111111010001000011110010011111010001010101010110000111010011000000110011100111001101001110110010001 | e884b1e8bebfe88793e8aab0e9819ce69d91 |
UHC | ???誰遜村 | 001111110011111100111111111000101100000111100001111000011111010110111101 | 3f3f3fe2c1e1e1f5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)