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 | 阿??肉? | 10001000101000100011111100111111100100111111011100111111 | 88a23f3f93f73f |
EUC-JP | 阿??肉? | 10110000101001000011111100111111110001101111100100111111 | b0a43f3fc6f93f |
UTF-8 | 阿잞퐛肉퉔 | 111010011001100010111111111011001001111010011110111011011001000010011011111010001000001010001001111011011000100110010100 | e998bfec9e9eed909be88289ed8994 |
UHC | 阿잞퐛肉퉔 | 11100100101110011001111111101111101111011000010111101011101111111011100101101000 | e4b99fefbd85ebbfb968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)