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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 汚??節⑨?\ | 10001001100110000011111100111111100100001101111110000111010010000011111101011100 | 89983f3f90df87483f5c |
EUC-JP | 汚??節??\ | 101100011111100000111111001111111100000011100001001111110011111101011100 | b1f83f3fc0e13f3f5c |
UTF-8 | 汚좈뇦節⑨숴\ | 11100110101100011001101011101100101000101000100011101011100001111010011011100111101011111000000011100010100100011010100011101100100010001011010001011100 | e6b19aeca288eb87a6e7af80e291a8ec88b45c |
UHC | 汚좈뇦節⑨숴\ | 11100111111111011010000011101001100001111000111011101111101111011010100011101111101111011010010001011100 | e7fda0e9878eefbda8efbda45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)