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 | ???甸?? | 00111111001111110011111110011001101100100011111100111111 | 3f3f3f99b23f3f |
EUC-JP | ???甸?? | 00111111001111110011111111010010101101000011111100111111 | 3f3f3fd2b43f3f |
UTF-8 | 琉숁문甸녷퐫 | 111011111010011110001100111011001000100010000001111010111010110010111000111001111001010010111000111010111000010110110111111011011001000010101011 | efa78cec8881ebacb8e794b8eb85b7ed90ab |
UHC | 琉숁문甸녷퐫 | 111010111010010010011001111001101011100110101110111011111010010010000110111001101011110110010100 | eba499e6b9aeefa486e6bd94 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)