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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驕呻スシ驥 | 1110100110000001100110011110111110111101101111001110100110000111 | e98199efbdbce987 |
EUC-JP | 驕呻スシ驥 | 11110001111000011101001011110001100011101011110110001110101111001111000111100111 | f1e1d2f18ebd8ebcf1e7 |
UTF-8 | 驕呻スシ驥 | 111010011010100110010101111001011001000110111011111011111011110110111101111011111011110110111100111010011010100110100101 | e9a995e591bbefbdbdefbdbce9a9a5 |
UHC | 驕呻??驥 | 1100111011110110111000111110001000111111001111111101000111001010 | cef6e3e23f3fd1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)