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 | ????弟詢 | 0011111100111111001111110011111110010010111011011110011001101101 | 3f3f3f3f92ede66d |
EUC-JP | ?寗??弟詢 | 00111111100011111011101011100000001111110011111111000100111011111110101111001110 | 3f8fbae03f3fc4efebce |
UTF-8 | 뤶寗ㆍ렱弟詢 | 111010111010010010110110111001011010111110010111111000111000011010001101111010111010000010110001111001011011110010011111111010001010100110100010 | eba4b6e5af97e3868deba0b1e5bc9fe8a9a2 |
UHC | 뤶寗ㆍ렱弟詢 | 100011111110010011010010101111001010010011111101100011101011111011110000101010011110001011110011 | 8fe4d2bca4fd8ebef0a9e2f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)