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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????隘 | 001111110011111100111111001111111110100010100101 | 3f3f3f3fe8a5 |
EUC-JP | ????隘 | 001111110011111100111111001111111111000010100111 | 3f3f3f3ff0a7 |
UTF-8 | 롅렽롒렾隘 | 111010111010000110000101111010111010000010111101111010111010000110010010111010111010000010111110111010011001101010011000 | eba185eba0bdeba192eba0bee99a98 |
UHC | 롅렽롒렾隘 | 10001110110010111000111011000101100011101101011110001110110001101110010011110110 | 8ecb8ec58ed78ec6e4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)