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 | ???[?? | 001111110011111100111111010110110011111100111111 | 3f3f3f5b3f3f |
SJIS-WIN | ???[?? | 001111110011111100111111010110110011111100111111 | 3f3f3f5b3f3f |
EUC-JP | ???[?? | 001111110011111100111111010110110011111100111111 | 3f3f3f5b3f3f |
UTF-8 | 찼혗찼[횪쩐 | 11101100101100001011110011101101100110001001011111101100101100001011110001011011111011011001101010101010111011001010100110010000 | ecb0bced9897ecb0bc5bed9aaaeca990 |
UHC | 찼혗찼[횪쩐 | 1100001110100001110000101000001011000011101000010101101111000011101000001100001010111110 | c3a1c282c3a15bc3a0c2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)