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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鳶??肄?┃ | 100100111100111000111111001111111110001111100101001111111000010010101011 | 93ce3f3fe3e53f84ab |
EUC-JP | 鳶?Ŀ肄?┃ | 1100011011010000001111111000111110101001101010011110011011100111001111111010100010101101 | c6d03f8fa9a9e6e73fa8ad |
UTF-8 | 鳶롫Ŀ肄됵┃ | 1110100110110011101101101110101110100001101010111100010010111111111010001000001010000100111010111001000010110101111000101001010010000011 | e9b3b6eba1abc4bfe88284eb90b5e29483 |
UHC | 鳶롫Ŀ肄됵┃ | 111001101110100110001110111010111010100010101000111011001011110110001001111011111010011010101101 | e6e98eeba8a8ecbd89efa6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)