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 | 阿??楷? | 10001000101000100011111100111111100111101011001000111111 | 88a23f3f9eb23f |
EUC-JP | 阿??楷? | 10110000101001000011111100111111110111001011010000111111 | b0a43f3fdcb43f |
UTF-8 | 阿잆굜楷쒎 | 111010011001100010111111111011001001111010000110111010101011010110011100111001101010010110110111111011001001001010001110 | e998bfec9e86eab59ce6a5b7ec928e |
UHC | 阿잆굜楷쒎 | 11100100101110011001111111100011100000101000010011111010101011001001110011100101 | e4b99fe38284faac9ce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)