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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??踪秘? | 00111111001111111110011101001000100101001110100100111111 | 3f3fe74894e93f |
EUC-JP | ??踪秘? | 00111111001111111110110110101001110010001110101100111111 | 3f3feda9c8eb3f |
UTF-8 | 룶깹踪秘푯 | 111010111010001110110110111010101011100110111001111010001011100010101010111001111010011110011000111011011001000110101111 | eba3b6eab9b9e8b8aae7a798ed91af |
UHC | 룶깹踪秘푯 | 10001111101010111011001010100001111100011010000111011101111110101100011110101001 | 8fabb2a1f1a1ddfac7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)