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 | 怨??而? | 10001001100001010011111100111111100011101010011100111111 | 89853f3f8ea73f |
EUC-JP | 怨??而? | 10110001111001010011111100111111101111001010100100111111 | b1e53f3fbca93f |
UTF-8 | 怨낂궚而갃 | 111001101000000010101000111010111000001010000010111010101011011010011010111010001000000010001100111010101011000010000011 | e680a8eb8282eab69ae8808ceab083 |
UHC | 怨낂궚而갃 | 11101010101100111000010111101001100000101010111111101100101110111000000101000010 | eab385e982afecbb8142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)