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 | 鴫灼セ | 1000111010110000100011101101110010111110 | 8eb08edcbe |
EUC-JP | 鴫灼セ | 101111001011001010111100110111101000111010111110 | bcb2bcde8ebe |
UTF-8 | 鴫灼セ | 111010011011010010101011111001111000000110111100111011111011110110111110 | e9b4abe781bcefbdbe |
UHC | ?灼? | 00111111111011011100011100111111 | 3fedc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)