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 | 昻??筌?? | 1111101011010000001111110011111111100010101000110011111100111111 | fad03f3fe2a33f3f |
EUC-JP | ???筌?? | 00111111001111110011111111100100101001010011111100111111 | 3f3f3fe4a53f3f |
UTF-8 | 昻뽯젨筌브킃 | 111001101001100010111011111010111011110110101111111011001010000010101000111001111010110110001100111010111011100010001100111011011000001010000011 | e698bbebbdafeca0a8e7ad8cebb88ced8283 |
UHC | 昻뽯젨筌브킃 | 111001001110100110010110111010111010000010100000111011111010011110111010111010101011010010001111 | e4e996eba0a0efa7baeab48f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)