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 | 關シ遉ォ險カ | 111010001001000010111100111001111010010010101011111010001010100010110110 | e890bce7a4abe8a8b6 |
EUC-JP | 關シ遉ォ險カ | 111011111111000010001110101111001110111010100110100011101010101111110000101010101000111010110110 | eff08ebceea68eabf0aa8eb6 |
UTF-8 | 關シ遉ォ險カ | 111010011001011110011100111011111011110110111100111010011000000110001001111011111011110110101011111010011001101010101010111011111011110110110110 | e9979cefbdbce98189efbdabe99aaaefbdb6 |
UHC | 關???險? | 1100111010111100001111110011111100111111111110101100111100111111 | cebc3f3f3ffacf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)