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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | 霎ソ譚大諸H | 11101000101111101011111111100110100111011001000111100101111110111010100101001000 | e8bebfe69d91e5fba948 |
EUC-JP | 霎ソ譚大?H | 11110000110000001000111010111111111010111111110111000010111001110011111101001000 | f0c08ebfebfdc2e73f48 |
UTF-8 | 霎ソ譚大諸H | 11101001100111001000111011101111101111011011111111101000101011011001101011100101101001001010011111101111101010001010001001001000 | e99c8eefbdbfe8ad9ae5a4a7efa8a248 |
UHC | ??譚大?H | 0011111100111111110100111100100111010011110111100011111101001000 | 3f3fd3c9d3de3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)