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 | チ籘繒ツ | 110000011110001011011010111110111000111111000010 | c1e2dafb8fc2 |
EUC-JP | チ籘繒ツ | 100011101100000111100100110111001000111111010100110101001000111011000010 | 8ec1e4dc8fd4d48ec2 |
UTF-8 | チ籘繒ツ | 111011111011111010000001111001111011000110011000111001111011100110010010111011111011111010000010 | efbe81e7b198e7b992efbe82 |
UHC | ??繒? | 0011111100111111111100011111100100111111 | 3f3ff1f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)