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 | ?B?? | 00111111010000100011111100111111 | 3f423f3f |
SJIS-WIN | ?B?? | 00111111010000100011111100111111 | 3f423f3f |
EUC-JP | ?B?? | 00111111010000100011111100111111 | 3f423f3f |
UTF-8 | 뭒B몷묰 | 11101011101011011001001001000010111010111010101010110111111010111010110010110000 | ebad9242ebaab7ebacb0 |
UHC | 뭒B몷묰 | 10010010010110100100001010010001100111111001001001000111 | 925a42919f9247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)