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 | 薰滂スシ驟」 | 111110111001111010011111111011111011110110111100111010011000010110100011 | fb9e9fefbdbce985a3 |
EUC-JP | ?滂スシ驟」 | 0011111111011110111100011000111010111101100011101011110011110001111001011000111010100011 | 3fdef18ebd8ebcf1e58ea3 |
UTF-8 | 薰滂スシ驟」 | 111010001001011010110000111001101011101110000010111011111011110110111101111011111011110110111100111010011010100110011111111011111011110110100011 | e896b0e6bb82efbdbdefbdbce9a99fefbda3 |
UHC | 薰滂??驟? | 111111011011100111011011101101010011111100111111111101101010111000111111 | fdb9dbb53f3ff6ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)