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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阿??媛у? | 100010001010001000111111001111111001010101010001100001001000010100111111 | 88a23f3f955184853f |
EUC-JP | 阿??媛у? | 101100001010010000111111001111111100100110110010101001111110010100111111 | b0a43f3fc9b2a7e53f |
UTF-8 | 阿잆굠媛уㄾ | 1110100110011000101111111110110010011110100001101110101010110101101000001110010110101010100110111101000110000011111000111000010010111110 | e998bfec9e86eab5a0e5aa9bd183e384be |
UHC | 阿잆굠媛уㄾ | 111001001011100110011111111000111000001010001000111010101011000010101100111001011010010010101110 | e4b99fe38288eab0ace5a4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)