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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 耶ユ?蘊?? | 100101101110101110000011100001100011111111100101010111010011111100111111 | 96eb83863fe55d3f3f |
EUC-JP | 耶ユ?蘊?? | 110011001110110110100101111001100011111111101001101111100011111100111111 | cceda5e63fe9be3f3f |
UTF-8 | 耶ユ짎蘊딂씩 | 111010001000000010110110111000111000001110100110111011001010011110001110111010001001100010001010111010111001010010000010111011001001010010101001 | e880b6e383a6eca78ee8988aeb9482ec94a9 |
UHC | 耶ユ짎蘊딂씩 | 111001011010110110101011111001101010001110011010111010001011001110001010111010001011111010111111 | e5adabe6a39ae8b38ae8bebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)