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 | ???賃?? | 00111111001111110011111110010010110000000011111100111111 | 3f3f3f92c03f3f |
EUC-JP | ???賃?? | 00111111001111110011111111000100110000100011111100111111 | 3f3f3fc4c23f3f |
UTF-8 | 琉싧ㄽ賃섎젔 | 111011111010011110001100111011001000101110100111111000111000010010111101111010001011001110000011111011001000010010001110111011001010000010010100 | efa78cec8ba7e384bde8b383ec848eeca094 |
UHC | 琉싧ㄽ賃섎젔 | 111010111010010010011010111001011010010010101101111011001111110010011000111010111010000010010010 | eba49ae5a4adecfc98eba092 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)