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 | ???蕣膣 | 00111111001111110011111111100100111110101110010001010011 | 3f3f3fe4fae453 |
EUC-JP | ???蕣膣 | 00111111001111110011111111101000111111001110011110110100 | 3f3f3fe8fce7b4 |
UTF-8 | 롙롘롒蕣膣 | 111010111010000110011001111010111010000110011000111010111010000110010010111010001001010110100011111010001000011010100011 | eba199eba198eba192e895a3e886a3 |
UHC | 롙롘롒蕣膣 | 10001110110111011000111011011100100011101101011111100010111100101111001011110011 | 8edd8edc8ed7e2f2f2f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)