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 | 悟??幽 | 100011001110010100111111001111111001011101001000 | 8ce53f3f9748 |
EUC-JP | 悟??幽 | 101110001110011100111111001111111100110110101001 | b8e73f3fcda9 |
UTF-8 | 悟듽끂幽 | 111001101000001010011111111010111001001110111101111010111000000110000010111001011011100110111101 | e6829feb93bdeb8182e5b9bd |
UHC | 悟듽끂幽 | 1110011111110110100010101110001110000101101110001110101011101011 | e7f68ae385b8eaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)