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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉙ー螯ゥ蓚 | 1111101111001000101100001110010110100110101010011110010011101001 | fbc8b0e5a6a9e4e9 |
EUC-JP | 鉙ー螯ゥ蓚 | 1000111111100011111000111000111010110000111010101010100010001110101010011110100011101011 | 8fe3e38eb0eaa88ea9e8eb |
UTF-8 | 鉙ー螯ゥ蓚 | 111010011000100110011001111011111011110110110000111010001001111010101111111011111011110110101001111010001001001110011010 | e98999efbdb0e89eafefbda9e8939a |
UHC | ????蓚 | 001111110011111100111111001111111110001010111110 | 3f3f3f3fe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)