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 | 癲?。?℡$ | 11100001100111110011111110000001010000100011111110000111100001001000000110010000 | e19f3f81423f87848190 |
EUC-JP | 癲?。佾?$ | 1110001010100001001111111010000110100011100011111011000011111011001111111010000111110000 | e2a13fa1a38fb0fb3fa1f0 |
UTF-8 | 癲용。佾℡$ | 111001111001100110110010111011001001101010101001111000111000000010000010111001001011110110111110111000101000010010100001111011111011110010000100 | e799b2ec9aa9e38082e4bdbee284a1efbc84 |
UHC | 癲용。佾℡$ | 111011111010011010111111111010111010000110100011111011001110101110100010111001011010001110100100 | efa6bfeba1a3eceba2e5a3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)