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 | 丹続卒短辿辿 | 100100100100111110010001101100011001000110110010100100100101101010010010010010001001001001001000 | 924f91b191b2925a92489248 |
EUC-JP | 丹続卒短辿辿 | 110000111011000011000010101100111100001010110100110000111011101111000011101010011100001110101001 | c3b0c2b3c2b4c3bbc3a9c3a9 |
UTF-8 | 丹続卒短辿辿 | 111001001011100010111001111001111011011010011010111001011000110110010010111001111001111110101101111010001011111010111111111010001011111010111111 | e4b8b9e7b69ae58d92e79fade8bebfe8bebf |
UHC | 丹?卒短?? | 110100111010000100111111111100001110111111010011101011010011111100111111 | d3a13ff0efd3ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)