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 | 上瘤ス疾 | 10001111111000111110000110001110101111011000111010111110 | 8fe3e18ebd8ebe |
EUC-JP | 上瘤ス疾 | 1011111011100101111000011110111010001110101111011011110011000000 | bee5e1ee8ebdbcc0 |
UTF-8 | 上瘤ス疾 | 111001001011100010001010111001111001100010100100111011111011110110111101111001111001011010111110 | e4b88ae798a4efbdbde796be |
UHC | 上瘤?疾 | 11011111101111101101011110111011001111111111001011110000 | dfbed7bb3ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)