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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 襄ソホク寀ッ | 1110010111110101101111111100111010111000111110101010011110101111 | e5f5bfceb8faa7af |
EUC-JP | 襄ソホク寀ッ | 11101010111101111000111010111111100011101100111010001110101110001000111110111010110110111000111010101111 | eaf78ebf8ece8eb88fbadb8eaf |
UTF-8 | 襄ソホク寀ッ | 111010001010010110000100111011111011110110111111111011111011111010001110111011111011110110111000111001011010111110000000111011111011110110101111 | e8a584efbdbfefbe8eefbdb8e5af80efbdaf |
UHC | 襄???寀? | 1110010111010001001111110011111100111111111100111111001000111111 | e5d13f3f3ff3f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)