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 | ?λ?松ι? | 001111111000001111001001001111111000111110111100100000111100011100111111 | 3f83c93f8fbc83c73f |
EUC-JP | ?λ?松ι? | 001111111010011011001011001111111011111010111110101001101100100100111111 | 3fa6cb3fbebea6c93f |
UTF-8 | 筽λ쓹松ι윀 | 11100111101011011011110111001110101110111110110010010011101110011110011010011101101111101100111010111001111011001001110010000000 | e7adbdcebbec93b9e69dbeceb9ec9c80 |
UHC | 筽λ쓹松ι윀 | 111010001010010010100101111010111001110110010101111000011110011010100101111010011001111110001011 | e8a4a5eb9d95e1e6a5e99f8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)