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 | 鮱カ飼緖ミ爾 | 11111100010001001011011011111011111101111111101110001110110100001000111010100010 | fc44b6fbf7fb8ed08ea2 |
EUC-JP | 鮱カ??ミ爾 | 1000111111101010111001101000111010110110001111110011111110001110110100001011110010100100 | 8feae68eb63f3f8ed0bca4 |
UTF-8 | 鮱カ飼緖ミ爾 | 111010011010111010110001111011111011110110110110111011111010100010101011111001111011011110010110111011111011111010010000111001111000100010111110 | e9aeb1efbdb6efa8abe7b796efbe90e788be |
UHC | ???緖?爾 | 0011111100111111001111111101111111111101001111111110110010110011 | 3f3f3fdffd3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)