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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煜疾鋓 | 111110110101010110001110101111101111101111010110 | fb558ebefbd6 |
EUC-JP | 煜疾鋓 | 1000111111001001111111001011110011000000100011111110010010111111 | 8fc9fcbcc08fe4bf |
UTF-8 | 煜疾鋓 | 111001111000010110011100111001111001011010111110111010011000101110010011 | e7859ce796bee98b93 |
UHC | 煜疾? | 1110100111110010111100101111000000111111 | e9f2f2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)