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 | ?錚?? | 0011111111101000010000100011111100111111 | 3fe8423f3f |
EUC-JP | ?錚堧? | 00111111111011111010001110001111101110001010100000111111 | 3fefa38fb8a83f |
UTF-8 | 렣錚堧렭 | 111010111010000010100011111010011000110010011010111001011010000010100111111010111010000010101101 | eba0a3e98c9ae5a0a7eba0ad |
UHC | 렣錚堧렭 | 1000111010110100111011101011011011100110110000001000111010111010 | 8eb4eeb6e6c08eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)