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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????裸 | 00111111001111110011111100111111001111111001011110000111 | 3f3f3f3f3f9787 |
EUC-JP | ?????裸 | 00111111001111110011111100111111001111111100110111100111 | 3f3f3f3f3fcde7 |
UTF-8 | 諪뀜렱댓렱裸 | 111010001010101110101010111010111000000010011100111010111010000010110001111010111000110010010011111010111010000010110001111010001010001110111000 | e8abaaeb809ceba0b1eb8c93eba0b1e8a3b8 |
UHC | 諪뀜렱댓렱裸 | 111011111111010110110010111100011000111010111110101101001111000110001110101111101101010110100011 | eff5b2f18ebeb4f18ebed5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)