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 | PEO]V | 100100100101000010010010010001011001001001001111100100100101110110010001100111111001001001010110 | 92509245924f925d919f9256 |
SJIS-WIN | ?P?E?O?]???V | 001111110101000000111111010001010011111101001111001111110101110100111111001111110011111101010110 | 3f503f453f4f3f5d3f3f3f56 |
EUC-JP | ?P?E?O?]???V | 001111110101000000111111010001010011111101001111001111110101110100111111001111110011111101010110 | 3f503f453f4f3f5d3f3f3f56 |
UTF-8 | PEO]V | 11000010100100100101000011000010100100100100010111000010100100100100111111000010100100100101110111000010100100011100001010011111110000101001001001010110 | c29250c29245c2924fc2925dc291c29fc29256 |
UHC | ?P?E?O?]???V | 001111110101000000111111010001010011111101001111001111110101110100111111001111110011111101010110 | 3f503f453f4f3f5d3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)