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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 奝橸セ費スシB | 11111010101000101001111011101111101111101001010011101111101111011011110001000010 | faa29eefbe94efbdbc42 |
EUC-JP | 奝橸セ費スシB | 1000111110111000111110001101110011110001100011101011111011001000111100011000111010111101100011101011110001000010 | 8fb8f8dcf18ebec8f18ebd8ebc42 |
UTF-8 | 奝橸セ費スシB | 11100101101001011001110111100110101010011011100011101111101111011011111011101000101100101011101111101111101111011011110111101111101111011011110001000010 | e5a59de6a9b8efbdbee8b2bbefbdbdefbdbc42 |
UHC | ???費??B | 0011111100111111001111111101111010101000001111110011111101000010 | 3f3f3fdea83f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)