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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 支?夷? | 100011100111100000111111100010001100111000111111 | 8e783f88ce3f |
EUC-JP | 支?夷? | 101110111101100100111111101100001101000000111111 | bbd93fb0d03f |
UTF-8 | 支렑夷렱 | 111001101001010010101111111010111010000010010001111001011010010010110111111010111010000010110001 | e694afeba091e5a4b7eba0b1 |
UHC | 支렑夷렱 | 1111001010101000100011101010011011101100101010001000111010111110 | f2a88ea6eca88ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)