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 | 迢守瓦迯冗圏 | 111001111000101110001110111001111000101010100010111001111000110110001111111001111000110010010111 | e78b8ee78aa2e78d8fe78c97 |
EUC-JP | 迢守瓦迯冗圏 | 111011011110101110111100111010011011010010100100111011011110110110111110111010011011011111110111 | edebbce9b4a4ededbee9b7f7 |
UTF-8 | 迢守瓦迯冗圏 | 111010001011111110100010111001011010111010001000111001111001001110100110111010001011111110101111111001011000011010010111111001011001110010001111 | e8bfa2e5ae88e793a6e8bfafe58697e59c8f |
UHC | ?守瓦?冗? | 001111111110000111111010111010001011111100111111111010011011011100111111 | 3fe1fae8bf3fe9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)