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 | äP¢ä² | 1110010001010000100010111000011110001001101000101110010010110010 | e4508b8789a2e4b2 |
SJIS-WIN | ?P???¢?? | 001111110101000000111111001111110011111110000001100100010011111100111111 | 3f503f3f3f81913f3f |
EUC-JP | äP???¢ä? | 10001111101010111010001101010000001111110011111100111111101000011111000110001111101010111010001100111111 | 8faba3503f3f3fa1f18faba33f |
UTF-8 | äP¢ä² | 110000111010010001010000110000101000101111000010100001111100001010001001110000101010001011000011101001001100001010110010 | c3a450c28bc287c289c2a2c3a4c2b2 |
UHC | ?P?????² | 001111110101000000111111001111110011111100111111001111111010100111110111 | 3f503f3f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)