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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 髦ィ竏ャ譎ョB | 11101001100110001010100011100010100010001010110011100110100110011010111001000010 | e998a8e288ace699ae42 |
EUC-JP | 髦ィ竏ャ譎ョB | 11110001111110001000111010101000111000111110100010001110101011001110101111111001100011101010111001000010 | f1f88ea8e3e88eacebf98eae42 |
UTF-8 | 髦ィ竏ャ譎ョB | 11101001101010111010011011101111101111011010100011100111101010111000111111101111101111011010110011101000101011011000111011101111101111011010111001000010 | e9aba6efbda8e7ab8fefbdace8ad8eefbdae42 |
UHC | ????譎?B | 0011111100111111001111110011111111111101110100100011111101000010 | 3f3f3f3ffdd23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)