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 | ?l?裕?? | 0011111110000010100011000011111110010111010101000011111100111111 | 3f828c3f97543f3f |
EUC-JP | 渶l?裕?? | 10001111110001111110110110100011111011000011111111001101101101010011111100111111 | 8fc7eda3ec3fcdb53f3f |
UTF-8 | 渶l룇裕뉏튃 | 111001101011100010110110111011111011110110001100111010111010001110000111111010001010001110010101111010111000100110001111111011011000101010000011 | e6b8b6efbd8ceba387e8a395eb898fed8a83 |
UHC | 渶l룇裕뉏튃 | 111001111011011110100011111011001000111110000110111010111010111010000111111001001011100110011001 | e7b7a3ec8f86ebae87e4b999 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)