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 | ?珞?瘤 | 001111111110000011100010001111111110000110001110 | 3fe0e23fe18e |
EUC-JP | ?珞?瘤 | 001111111110000011100100001111111110000111101110 | 3fe0e43fe1ee |
UTF-8 | 렺珞렺瘤 | 111010111010000010111010111001111000111110011110111010111010000010111010111001111001100010100100 | eba0bae78f9eeba0bae798a4 |
UHC | 렺珞렺瘤 | 1000111011000010110101011010100010001110110000101101011110111011 | 8ec2d5a88ec2d7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)