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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譴ア諤戎 | 11100110101000101011000111100110100000001000111101011110 | e6a2b1e6808f5e |
EUC-JP | 譴ア諤戎 | 1110110010100100100011101011000111101011111000001011110110111111 | eca48eb1ebe0bdbf |
UTF-8 | 譴ア諤戎 | 111010001010110110110100111011111011110110110001111010001010101110100100111001101000100010001110 | e8adb4efbdb1e8aba4e6888e |
UHC | 譴??戎 | 110011001011100100111111001111111110101111010100 | ccb93f3febd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)