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 | 莠費ス一カ | 1110010010111010100101001110111110111101100010001110101010110110 | e4ba94efbd88eab6 |
EUC-JP | 莠費ス一カ | 11101000101111001100100011110001100011101011110110110000111011001000111010110110 | e8bcc8f18ebdb0ec8eb6 |
UTF-8 | 莠費ス一カ | 111010001000111010100000111010001011001010111011111011111011110110111101111001001011100010000000111011111011110110110110 | e88ea0e8b2bbefbdbde4b880efbdb6 |
UHC | ?費?一? | 00111111110111101010100000111111111011001110100100111111 | 3fdea83fece93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)