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 | ?λ?倚?? | 0011111110000011110010010011111110011000110111110011111100111111 | 3f83c93f98df3f3f |
EUC-JP | ?λ?倚?? | 0011111110100110110010110011111111010000111000010011111100111111 | 3fa6cb3fd0e13f3f |
UTF-8 | 筽λ쓷倚ㅶ만 | 1110011110101101101111011100111010111011111011001001001110110111111001011000000010011010111000111000010110110110111010111010011110001100 | e7adbdcebbec93b7e5809ae385b6eba78c |
UHC | 筽λ쓷倚ㅶ만 | 111010001010010010100101111010111001110110010100111010111110111110100100111001101011100010111000 | e8a4a5eb9d94ebefa4e6b8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)