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 | 驍よゥ殄 | 11101001100000101000001011100110101010011001111101101000 | e98282e6a99f68 |
EUC-JP | 驍よゥ殄 | 1111000111100010101001001110100010001110101010011101110111001001 | f1e2a4e88ea9ddc9 |
UTF-8 | 驍よゥ殄 | 111010011010100110001101111000111000001010001000111011111011110110101001111001101010111010000100 | e9a98de38288efbda9e6ae84 |
UHC | 驍よ?殄 | 11111101101001001010101011101000001111111111001011001111 | fda4aae83ff2cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)