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 | 巡?4二?? | 100011111000010000111111100000100101001110010011111100010011111100111111 | 8f843f825393f13f3f |
EUC-JP | 巡?4二?? | 101111011110010000111111101000111011010011000110111100110011111100111111 | bde43fa3b4c6f33f3f |
UTF-8 | 巡볥4二담걼 | 111001011011011110100001111010111011001110100101111011111011110010010100111001001011101010001100111010111000101110110100111010101011000110111100 | e5b7a1ebb3a5efbc94e4ba8ceb8bb4eab1bc |
UHC | 巡볥4二담걼 | 111000101101111010010011111010111010001110110100111011001010001110110100111000111000000110011111 | e2de93eba3b4eca3b4e3819f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)