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 | 剰燾゙ー | 100011111110100011111011010110101101111010110000 | 8fe8fb5adeb0 |
EUC-JP | 剰燾゙ー | 101111101110101010001111110010101011110110001110110111101000111010110000 | beea8fcabd8ede8eb0 |
UTF-8 | 剰燾゙ー | 111001011000100110110000111001111000011110111110111011111011111010011110111011111011110110110000 | e589b0e787beefbe9eefbdb0 |
UHC | ?燾?? | 0011111111010100101001110011111100111111 | 3fd4a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)