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 | 澈雫溿爾 | 1111101101001011100011101011010011111011010010101000111010100010 | fb4b8eb4fb4a8ea2 |
EUC-JP | 澈雫溿爾 | 10001111110010001110010110111100101101101000111111001000101100011011110010100100 | 8fc8e5bcb68fc8b1bca4 |
UTF-8 | 澈雫溿爾 | 111001101011111010001000111010011001101110101011111001101011101010111111111001111000100010111110 | e6be88e99babe6babfe788be |
UHC | 澈??爾 | 111101001100110100111111001111111110110010110011 | f4cd3f3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)