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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疾碚偲シ | 10001110101111101110000111101110100011101100001110111100 | 8ebee1ee8ec3bc |
EUC-JP | 疾碚偲シ | 1011110011000000111000101111000010111100110001011000111010111100 | bcc0e2f0bcc58ebc |
UTF-8 | 疾碚偲シ | 111001111001011010111110111001111010001010011010111001011000000110110010111011111011110110111100 | e796bee7a29ae581b2efbdbc |
UHC | 疾??? | 1111001011110000001111110011111100111111 | f2f03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)