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 | 畑??壹?? | 1001010010101000001111110011111110011010111000110011111100111111 | 94a83f3f9ae33f3f |
EUC-JP | 畑??壹?? | 1100100010101010001111110011111111010100111001010011111100111111 | c8aa3f3fd4e53f3f |
UTF-8 | 畑몄뼏壹뜻뀆 | 111001111001010110010001111010111010101010000100111010111011110010001111111001011010001110111001111010111001110010111011111010111000000010000110 | e79591ebaa84ebbc8fe5a3b9eb9cbbeb8086 |
UHC | 畑몄뼏壹뜻뀆 | 111011111010010110111000111011001001011010010111111011001110110010110110111001101000010110000010 | efa5b8ec9697ececb6e68582 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)