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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓦ゆ?釗? | 1000101010100010100000101110010000111111111110111011101100111111 | 8aa282e43ffbbb3f |
EUC-JP | 瓦ゆ?釗? | 101101001010010010100100111001100011111110001111111000111010011000111111 | b4a4a4e63f8fe3a63f |
UTF-8 | 瓦ゆ솲釗쳿 | 111001111001001110100110111000111000001010000110111011001000011010110010111010011000011110010111111011001011001110111111 | e793a6e38286ec86b2e98797ecb3bf |
UHC | 瓦ゆ솲釗쳿 | 11101000101111111010101011100110100110011010011111100001111100101010110001000010 | e8bfaae699a7e1f2ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)