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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 佾?? | 1000111110110000111110110011111100111111 | 8fb0fb3f3f |
UTF-8 | 佾얘뤛 | 111001001011110110111110111011001001011010011000111010111010010010011011 | e4bdbeec9698eba49b |
UHC | 佾얘뤛 | 111011001110101110111110111010101000111111001010 | ecebbeea8fca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)