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 | 提?雋? | 100100101111000100111111111010001011001000111111 | 92f13fe8b23f |
EUC-JP | 提?雋? | 110001001111001100111111111100001011010000111111 | c4f33ff0b43f |
UTF-8 | 提렡雋렜 | 111001101000111110010000111010111010000010100001111010011001101110001011111010111010000010011100 | e68f90eba0a1e99b8beba09c |
UHC | 提렡雋렜 | 1111000010101011100011101011001011110001111001101000111010101110 | f0ab8eb2f1e68eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)