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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 狐?h狐 | 100011001100111100111111011010001000110011001111 | 8ccf3f688ccf |
EUC-JP | 狐?h狐 | 101110001101000100111111011010001011100011010001 | b8d13f68b8d1 |
UTF-8 | 狐렱h狐 | 11100111100010111001000011101011101000001011000101101000111001111000101110010000 | e78b90eba0b168e78b90 |
UHC | 狐렱h狐 | 11111011110011111000111010111110011010001111101111001111 | fbcf8ebe68fbcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)