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 | 羞??俄 | 111000111011010100111111001111111000100111100010 | e3b53f3f89e2 |
EUC-JP | 羞??俄 | 111001101011011100111111001111111011001011100100 | e6b73f3fb2e4 |
UTF-8 | 羞귝댙俄 | 111001111011111010011110111010101011011110011101111010111000110010011001111001001011111110000100 | e7be9eeab79deb8c99e4bf84 |
UHC | 羞귝댙俄 | 1110001010111010100000101110011010001000101111011110010010101101 | e2ba82e688bde4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)