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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 伊?h伊? | 10001000110010010011111101101000100010001100100100111111 | 88c93f6888c93f |
EUC-JP | 伊?h伊? | 10110000110010110011111101101000101100001100101100111111 | b0cb3f68b0cb3f |
UTF-8 | 伊렒h伊렒 | 11100100101111001000101011101011101000001001001001101000111001001011110010001010111010111010000010010010 | e4bc8aeba09268e4bc8aeba092 |
UHC | 伊렒h伊렒 | 111011001010010110001110101001110110100011101100101001011000111010100111 | eca58ea768eca58ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)