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 | ???爰?? | 00111111001111110011111111100000101001110011111100111111 | 3f3f3fe0a73f3f |
EUC-JP | ???爰?? | 00111111001111110011111111100000101010010011111100111111 | 3f3f3fe0a93f3f |
UTF-8 | 閱묐끃爰뤺뵯 | 111010011001011010110001111010111010110010010000111010111000000110000011111001111000100010110000111010111010010010111010111010111011010110101111 | e996b1ebac90eb8183e788b0eba4baebb5af |
UHC | 閱묐끃爰뤺뵯 | 111001101111001110010001111010111000010110111001111010101011101010001111111010001001010010101101 | e6f391eb85b9eaba8fe894ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)