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 | 癲?〕飮?? | 111000011001111100111111100000010110110010011111010110100011111100111111 | e19f3f816c9f5a3f3f |
EUC-JP | 癲?〕飮?? | 111000101010000100111111101000011100110111011101101110110011111100111111 | e2a13fa1cdddbb3f3f |
UTF-8 | 癲용〕飮길뿿 | 111001111001100110110010111011001001101010101001111000111000000010010101111010011010001110101110111010101011100010111000111010111011111110111111 | e799b2ec9aa9e38095e9a3aeeab8b8ebbfbf |
UHC | 癲용〕飮길뿿 | 111011111010011010111111111010111010000110110011111010111110011010110001111001101001011110111111 | efa6bfeba1b3ebe6b1e697bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)