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 | 畏ф?雅 | 10001000110110001000010010000110001111111000100111101011 | 88d884863f89eb |
EUC-JP | 畏ф?雅 | 10110000110110101010011111100110001111111011001011101101 | b0daa7e63fb2ed |
UTF-8 | 畏ф봄雅 | 1110011110010101100011111101000110000100111010111011010010000100111010011001101110000101 | e7958fd184ebb484e99b85 |
UHC | 畏ф봄雅 | 1110100011100110101011001110011010111010101111011110010010111010 | e8e6ace6babde4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)