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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 亞??恁 | 100110001011000100111111001111111001110010001100 | 98b13f3f9c8c |
EUC-JP | 亞??恁 | 110100001011001100111111001111111101011111101100 | d0b33f3fd7ec |
UTF-8 | 亞븍럭恁 | 111001001011101010011110111010111011100010001101111010111001111110101101111001101000000110000001 | e4ba9eebb88deb9fade68181 |
UHC | 亞븍럭恁 | 1110010010101100101110101110101110110111101100001110110011110110 | e4acbaebb7b0ecf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)