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 | 游???醍? | 1001111111100000001111110011111100111111100100011110011100111111 | 9fe03f3f3f91e73f |
EUC-JP | 游???醍? | 1101111011100010001111110011111100111111110000101110100100111111 | dee23f3f3fc2e93f |
UTF-8 | 游쮸렖렞醍닺 | 111001101011100010111000111011001010111010111000111010111010000010010110111010111010000010011110111010011000011010001101111010111000101110111010 | e6b8b8ecaeb8eba096eba09ee9868deb8bba |
UHC | 游쮸렖렞醍닺 | 111010101111110111000010111010011000111010101011100011101010111111110000101101011011010011101000 | eafdc2e98eab8eaff0b5b4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)