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 | ???鸚?? | 00111111001111110011111111101010010111110011111100111111 | 3f3f3fea5f3f3f |
EUC-JP | ???鸚?? | 00111111001111110011111111110011110000000011111100111111 | 3f3f3ff3c03f3f |
UTF-8 | 轢녽눈鸚긺뀸 | 111011111010011010001101111010111000010110111101111010111000100010001000111010011011100010011010111010101011100010111010111010111000000010111000 | efa68deb85bdeb8888e9b89aeab8baeb80b8 |
UHC | 轢녽눈鸚긺뀸 | 111001101011110010000110111010011011010010101011111001011010010010110001111001111000010110101110 | e6bc86e9b4abe5a4b1e785ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)