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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 幽??B | 1001011101001000001111110011111101000010 | 97483f3f42 |
EUC-JP | 幽??B | 1100110110101001001111110011111101000010 | cda93f3f42 |
UTF-8 | 幽멱듭B | 11100101101110011011110111101011101010011011000111101011100100111010110101000010 | e5b9bdeba9b1eb93ad42 |
UHC | 幽멱듭B | 11101010111010111011100011101000101101011110110001000010 | eaebb8e8b5ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)