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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 濶アム蛾ョ撒B | 11101000100010011011000111010001100010011110100110101110100011100101010001000010 | e889b1d189e9ae8e5442 |
EUC-JP | 濶アム蛾ョ撒B | 11101111111010011000111010110001100011101101000110110010111010111000111010101110101110111011010101000010 | efe98eb18ed1b2eb8eaebbb542 |
UTF-8 | 濶アム蛾ョ撒B | 11100110101111111011011011101111101111011011000111101111101111101001000111101000100110111011111011101111101111011010111011100110100100101001001001000010 | e6bfb6efbdb1efbe91e89bbeefbdaee6929242 |
UHC | ???蛾?撒B | 001111110011111100111111111001001011011000111111110111111010111001000010 | 3f3f3fe4b63fdfae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)