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 | ??ⅴ? | 0011111100111111111110100100010000111111 | 3f3ffa443f |
EUC-JP | ???獐 | 001111110011111100111111100011111100101110111010 | 3f3f3f8fcbba |
UTF-8 | 連먪ⅴ獐 | 111011111010011010011010111010111010100010101010111000101000010110110100111001111000110110010000 | efa69aeba8aae285b4e78d90 |
UHC | 連먪ⅴ獐 | 1110011011100110100100001110011110100101101001011110110111101111 | e6e690e7a5a5edef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)