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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 亞?? | 10011000101100010011111100111111 | 98b13f3f |
EUC-JP | 亞?? | 11010000101100110011111100111111 | d0b33f3f |
UTF-8 | 亞쇱덩 | 111001001011101010011110111011001000011110110001111010111000110110101001 | e4ba9eec87b1eb8da9 |
UHC | 亞쇱덩 | 111001001010110010111100111011001011010110100010 | e4acbcecb5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)