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 | 址?燼?? | 10011010101011000011111111100000100111100011111100111111 | 9aac3fe09e3f3f |
EUC-JP | 址?燼?? | 11010100101011100011111111011111111111100011111100111111 | d4ae3fdffe3f3f |
UTF-8 | 址렟燼렖了 | 111001011001110110000000111010111010000010011111111001111000011110111100111010111010000010010110111011111010011010111010 | e59d80eba09fe787bceba096efa6ba |
UHC | 址렟燼렖了 | 11110010101000111000111010110000111000111110100010001110101010111110100011100111 | f2a38eb0e3e88eabe8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)