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 | 陰戡?? | 100010010100000110011101010000010011111100111111 | 89419d413f3f |
EUC-JP | 陰戡?? | 101100011010001011011001101000100011111100111111 | b1a2d9a23f3f |
UTF-8 | 陰戡렑렲 | 111010011001100110110000111001101000100010100001111010111010000010010001111010111010000010110010 | e999b0e688a1eba091eba0b2 |
UHC | 陰戡렑렲 | 1110101111100100110010101111000110001110101001101000111010111111 | ebe4caf18ea68ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)