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 | ?????c?x | 0011111100111111001111110011111100111111011000110011111101111000 | 3f3f3f3f3f633f78 |
SJIS-WIN | ?????c?x | 0011111100111111001111110011111100111111011000110011111101111000 | 3f3f3f3f3f633f78 |
EUC-JP | ?????c?x | 0011111100111111001111110011111100111111011000110011111101111000 | 3f3f3f3f3f633f78 |
UTF-8 | 찾쨍찼혻횪c혳x | 1110110010110000101111101110110010101000100011011110110010110000101111001110110110011000101110111110110110011010101010100110001111101101100110001011001101111000 | ecb0beeca88decb0bced98bbed9aaa63ed98b378 |
UHC | 찾쨍찼혻횪c혳x | 1100001110100011110000101011100011000011101000011100001010100000110000111010000001100011110000101001101001111000 | c3a3c2b8c3a1c2a0c3a063c29a78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)