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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シナ室芝シ、 | 1011110011000101100011101011101010001110110001011011110010100100 | bcc58eba8ec5bca4 |
EUC-JP | シナ室芝シ、 | 100011101011110010001110110001011011110010111100101111001100011110001110101111001000111010100100 | 8ebc8ec5bcbcbcc78ebc8ea4 |
UTF-8 | シナ室芝シ、 | 111011111011110110111100111011111011111010000101111001011010111010100100111010001000101010011101111011111011110110111100111011111011110110100100 | efbdbcefbe85e5aea4e88a9defbdbcefbda4 |
UHC | ??室芝?? | 0011111100111111111000111111100011110010101110010011111100111111 | 3f3fe3f8f2b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)