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 | 郞誹握豐 | 1111101110110110100101001110111010001000101011001110011010110010 | fbb694ee88ace6b2 |
EUC-JP | ?誹握豐 | 00111111110010001111000010110000101011101110110010110100 | 3fc8f0b0aeecb4 |
UTF-8 | 郞誹握豐 | 111010011000001110011110111010001010101010111001111001101000111110100001111010001011000110010000 | e9839ee8aab9e68fa1e8b190 |
UHC | 郞誹握? | 11010101110011011101111010100110111001001100010000111111 | d5cddea6e4c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)