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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畑??而? | 10010100101010000011111100111111100011101010011100111111 | 94a83f3f8ea73f |
EUC-JP | 畑??而? | 11001000101010100011111100111111101111001010100100111111 | c8aa3f3fbca93f |
UTF-8 | 畑댁엺而섽 | 111001111001010110010001111010111000110010000001111011001001011110111010111010001000000010001100111011001000010010111101 | e79591eb8c81ec97bae8808cec84bd |
UHC | 畑댁엺而섽 | 11101111101001011011010011101100100111101000110011101100101110111001100101001000 | efa5b4ec9e8cecbb9948 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)