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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 荅刻蹴郤 | 1110010010100111100011011000111110001111010100101110011110111010 | e4a78d8f8f52e7ba |
EUC-JP | 荅刻蹴郤 | 1110100010101001101110011110111110111101101100111110111010111100 | e8a9b9efbdb3eebc |
UTF-8 | 荅刻蹴郤 | 111010001000110110000101111001011000100010111011111010001011100110110100111010011000001110100100 | e88d85e588bbe8b9b4e983a4 |
UHC | ?刻蹴? | 001111111100101010111110111101011110110100111111 | 3fcabef5ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)