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 | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
SJIS-WIN | 蔭?????LB | 100010001111110000111111001111110011111100111111001111110100110001000010 | 88fc3f3f3f3f3f4c42 |
EUC-JP | 蔭?????LB | 101100001111111000111111001111110011111100111111001111110100110001000010 | b0fe3f3f3f3f3f4c42 |
UTF-8 | 蔭붾죺溜쇱꽦LB | 1110100010010100101011011110101110110110101111101110110010100011101110101110111110100111100010111110110010000111101100011110101010111101101001100100110001000010 | e894adebb6beeca3baefa78bec87b1eabda64c42 |
UHC | 蔭붾죺溜쇱꽦LB | 1110101111100011100101001110101110100001100101001110101011111110101111001110110010000100101100010100110001000010 | ebe394eba194eafebcec84b14c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)