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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 膠窮綾 | 111001000101000010001011100001111000100010111011 | e4508b8788bb |
EUC-JP | 膠窮綾 | 111001111011000110110101111001111011000010111101 | e7b1b5e7b0bd |
UTF-8 | 膠窮綾 | 111010001000011010100000111001111010101010101110111001111011011010111110 | e886a0e7aaaee7b6be |
UHC | 膠窮綾 | 110011101110111111001111111000111101011111010011 | ceefcfe3d7d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)