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 | ??閃析 | 001111110011111110010001010011011001000011001101 | 3f3f914d90cd |
EUC-JP | 詵詵閃析 | 10001111110111011110011110001111110111011110011111000001101011101100000011001111 | 8fdde78fdde7c1aec0cf |
UTF-8 | 詵詵閃析 | 111010001010100110110101111010001010100110110101111010011001011010000011111001101001111010010000 | e8a9b5e8a9b5e99683e69e90 |
UHC | 詵詵閃析 | 1110000011010010111000001101001011100000111011001110000010110000 | e0d2e0d2e0ece0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)