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 | 厄λ???? | 1001011011101111100000111100100100111111001111110011111100111111 | 96ef83c93f3f3f3f |
EUC-JP | 厄λ?佾?? | 11001100111100011010011011001011001111111000111110110000111110110011111100111111 | ccf1a6cb3f8fb0fb3f3f |
UTF-8 | 厄λ쑜佾쒐큵 | 1110010110001110100001001100111010111011111011001001000110011100111001001011110110111110111011001001001010010000111011011000000110110101 | e58e84cebbec919ce4bdbeec9290ed81b5 |
UHC | 厄λ쑜佾쒐큵 | 111001001111100010100101111010111001110010111011111011001110101110011100111001111011010010000100 | e4f8a5eb9cbbeceb9ce7b484 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)