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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 묷뭊뫐h묷뭊뫅 | 11101011101011001011011111101011101011011000101011101011101010111001000001101000111010111010110010110111111010111010110110001010111010111010101110000101 | ebacb7ebad8aebab9068ebacb7ebad8aebab85 |
UHC | 묷뭊뫐h묷뭊뫅 | 10010010010010111001001001010101100100011011001001101000100100100100101110010010010101011001000110101000 | 924b925591b268924b925591a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)