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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 鰀、スイム釈 | 11111100010001101010010011110001100011101011110110110010110100011000111011011111 | fc46a4f18ebdb2d18edf |
EUC-JP | 鰀、?スイム釈 | 1000111111101011101001011000111010100100001111111000111010111101100011101011001010001110110100011011110011100001 | 8feba58ea43f8ebd8eb28ed1bce1 |
UTF-8 | 鰀、スイム釈 | 111010011011000010000000111011111011110110100100111011101000010010001001111011111011110110111101111011111011110110110010111011111011111010010001111010011000011110001000 | e9b080efbda4ee8489efbdbdefbdb2efbe91e98788 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)