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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 傲?傲?^ | 10011000111111000011111110011000111111000011111101011110 | 98fc3f98fc3f5e |
EUC-JP | 傲?傲?^ | 11010000111111100011111111010000111111100011111101011110 | d0fe3fd0fe3f5e |
UTF-8 | 傲둈傲둈^ | 11100101100000101011001011101011100100011000100011100101100000101011001011101011100100011000100001011110 | e582b2eb9188e582b2eb91885e |
UHC | 傲둈傲둈^ | 111001111110110010001010010001001110011111101100100010100100010001011110 | e7ec8a44e7ec8a445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)