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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??循? | 11100001100111110011111100111111100011110111101000111111 | e19f3f3f8f7a3f |
EUC-JP | 癲??循? | 11100010101000010011111100111111101111011101101100111111 | e2a13f3fbddb3f |
UTF-8 | 癲욋뮪循⑼ | 111001111001100110110010111011001001101010001011111010111010111010101010111001011011111010101010111000101001000110111100 | e799b2ec9a8bebaeaae5beaae291bc |
UHC | 癲욋뮪循⑼ | 11101111101001101011111111100010100100101011010011100010111000001010100111101111 | efa6bfe292b4e2e0a9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)