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 | 剰燾オソ | 100011111110100011111011010110101011010110111111 | 8fe8fb5ab5bf |
EUC-JP | 剰燾オソ | 101111101110101010001111110010101011110110001110101101011000111010111111 | beea8fcabd8eb58ebf |
UTF-8 | 剰燾オソ | 111001011000100110110000111001111000011110111110111011111011110110110101111011111011110110111111 | e589b0e787beefbdb5efbdbf |
UHC | ?燾?? | 0011111111010100101001110011111100111111 | 3fd4a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)