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 | ???U? | 0011111100111111001111110101010100111111 | 3f3f3f553f |
SJIS-WIN | ??∩U? | 001111110011111110000001101111110101010100111111 | 3f3f81bf553f |
EUC-JP | ??∩U? | 001111110011111110100010110000010101010100111111 | 3f3fa2c1553f |
UTF-8 | 뤯헤∩U렱 | 11101011101001001010111111101101100101111010010011100010100010001010100101010101111010111010000010110001 | eba4afed97a4e288a955eba0b1 |
UHC | 뤯헤∩U렱 | 100011111101110111000111111011001010000111111011010101011000111010111110 | 8fddc7eca1fb558ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)