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 | 扈??芦 | 111001111011101100111111001111111000100010110000 | e7bb3f3f88b0 |
EUC-JP | 扈??芦 | 111011101011110100111111001111111011000010110010 | eebd3f3fb0b2 |
UTF-8 | 扈㏘옅芦 | 111001101000100110001000111000111000111110011000111011001001100010000101111010001000101010100110 | e68988e38f98ec9885e88aa6 |
UHC | 扈㏘옅芦 | 1111101111000011101000101110010010111111101101101111101111011000 | fbc3a2e4bfb6fbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)