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 | 鐘ルク骼ーヌァ | 100011111110000011011001101110001110100110001110101100001100011110100111 | 8fe0d9b8e98eb0c7a7 |
EUC-JP | 鐘ルク骼ーヌァ | 1011111011100010100011101101100110001110101110001111000111101110100011101011000010001110110001111000111010100111 | bee28ed98eb8f1ee8eb08ec78ea7 |
UTF-8 | 鐘ルク骼ーヌァ | 111010011001000010011000111011111011111010011001111011111011110110111000111010011010101010111100111011111011110110110000111011111011111010000111111011111011110110100111 | e99098efbe99efbdb8e9aabcefbdb0efbe87efbda7 |
UHC | 鐘?????? | 1111000110100100001111110011111100111111001111110011111100111111 | f1a43f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)