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 | Þõ?? | 11011110111101010011111100111111 | def53f3f |
SJIS-WIN | ???蹕 | 0011111100111111001111111110011101001010 | 3f3f3fe74a |
EUC-JP | Þõō蹕 | 1000111110101001101100001000111110101011110110001000111110101011110101111110110110101011 | 8fa9b08fabd88fabd7edab |
UTF-8 | Þõō蹕 | 110000111001111011000011101101011100010110001101111010001011100110010101 | c39ec3b5c58de8b995 |
UHC | Þ??? | 1010100010101101001111110011111100111111 | a8ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)