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 | 鮱示霆レ | 11111100010001001000111010100110111010001011101111011010 | fc448ea6e8bbda |
EUC-JP | 鮱示霆レ | 100011111110101011100110101111001010100011110000101111011000111011011010 | 8feae6bca8f0bd8eda |
UTF-8 | 鮱示霆レ | 111010011010111010110001111001111010010010111010111010011001110010000110111011111011111010011010 | e9aeb1e7a4bae99c86efbe9a |
UHC | ?示霆? | 001111111110001111000110111011111111110100111111 | 3fe3c6effd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)