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 | ?宋?? | 0011111110010001011101100011111100111111 | 3f91763f3f |
EUC-JP | ?宋?? | 0011111111000001110101110011111100111111 | 3fc1d73f3f |
UTF-8 | 쩐宋믡걖 | 111011001010100110010000111001011010111010001011111010111010111110100001111010101011000110010110 | eca990e5ae8bebafa1eab196 |
UHC | 쩐宋믡걖 | 1100001010111110111000011110010010010010111000111000000110000001 | c2bee1e492e38181 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)