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 | ユャニャヒ畤 | 11010101101011001100011010101100110010111110000101011110 | d5acc6accbe15e |
EUC-JP | ユャニャヒ畤 | 100011101101010110001110101011001000111011000110100011101010110010001110110010111110000110111111 | 8ed58eac8ec68eac8ecbe1bf |
UTF-8 | ユャニャヒ畤 | 111011111011111010010101111011111011110110101100111011111011111010000110111011111011110110101100111011111011111010001011111001111001010110100100 | efbe95efbdacefbe86efbdacefbe8be795a4 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)