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 | 疾碚偲 | 100011101011111011100001111011101000111011000011 | 8ebee1ee8ec3 |
EUC-JP | 疾碚偲 | 101111001100000011100010111100001011110011000101 | bcc0e2f0bcc5 |
UTF-8 | 疾碚偲 | 111001111001011010111110111001111010001010011010111001011000000110110010 | e796bee7a29ae581b2 |
UHC | 疾?? | 11110010111100000011111100111111 | f2f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)