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 | 絶??閻 | 100100001110001000111111001111111110100010000101 | 90e23f3fe885 |
EUC-JP | 絶??閻 | 110000001110010000111111001111111110111111100101 | c0e43f3fefe5 |
UTF-8 | 絶쀧윢閻 | 111001111011010110110110111011001000000010100111111011001001110010100010111010011001011010111011 | e7b5b6ec80a7ec9ca2e996bb |
UHC | 絶쀧윢閻 | 1110111110111110100101111110011110011111101000111110011110100010 | efbe97e79fa3e7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)